Skip to content

Commit

Permalink
chore: bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Dec 18, 2020
1 parent 646c3e4 commit f29dba9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Rami3L <[email protected]>"]
description = "A pacman-like wrapper for many package managers."
edition = "2018"
name = "pacaptr"
version = "0.8.1"
version = "0.9.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -25,9 +25,9 @@ dirs = "3.0.1"
futures = "0.3.8"
is-root = "0.1.2"
lazy_static = "1.4.0"
regex = { version = "1.4.2", default-features = false, features = ["std", "perf"] }
serde = { version = "1.0.118", features = ["derive"] }
tokio = { version = "0.3.6", features = ["io-std", "io-util", "macros", "process", "rt-multi-thread", "sync"] }
regex = {version = "1.4.2", default-features = false, features = ["std", "perf"]}
serde = {version = "1.0.118", features = ["derive"]}
tokio = {version = "0.3.6", features = ["io-std", "io-util", "macros", "process", "rt-multi-thread", "sync"]}
which = "4.0.2"

[profile.release]
Expand Down

0 comments on commit f29dba9

Please sign in to comment.