Skip to content

Commit

Permalink
build: dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
YiNNx committed Jan 15, 2024
1 parent 74d25e3 commit 4c76250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cmd-wrapped"
version = "0.1.1"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -11,4 +11,4 @@ regex = "1.5"
lazy_static = "1.4.0"
colored = "2.1.0"
num-traits = "0.2.17"
clap = { version = "4.4.13", features = ["cargo"]}
clap = { version = "4.4.11", features = ["cargo"]}

0 comments on commit 4c76250

Please sign in to comment.