Skip to content

Commit

Permalink
chore: update version to 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Sharma <[email protected]>
  • Loading branch information
iamsauravsharma committed Aug 13, 2023
1 parent 2d38848 commit 781cf3e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-trim"
version = "0.11.1"
version = "0.12.0"
authors = ["Saurav Sharma <[email protected]>"]
homepage = "https://github.com/iamsauravsharma/cargo-trim"
repository = "https://github.com/iamsauravsharma/cargo-trim"
Expand All @@ -12,12 +12,12 @@ keywords = ["cargo", "cache", "remove", "manage", "clean"]
categories = ["command-line-utilities"]

[dependencies]
anyhow = "1.0.71"
clap = { version = "4.3.0", features = ["derive", "cargo", "env"] }
anyhow = "1.0.72"
clap = { version = "4.3.21", features = ["derive", "cargo", "env"] }
dirs-next = "2.0.0"
owo-colors = "3.5.0"
semver = "1.0.17"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
toml = "0.7.4"
url = { version = "2.3.1", features = ["serde"] }
semver = "1.0.18"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
toml = "0.7.6"
url = { version = "2.4.0", features = ["serde"] }

0 comments on commit 781cf3e

Please sign in to comment.