Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 10, 2024
1 parent 9711365 commit 72c5834
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "usage-lib"
edition = "2021"
version = "0.1.5"
version = "0.1.6"
rust-version = "1.70.0"
include = [
"/Cargo.toml",
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "usage-cli"
edition = "2021"
repository = "https://github.com/jdx/usage"
version = "0.1.5"
version = "0.1.6"
license.workspace = true
authors.workspace = true
description.workspace = true
Expand Down Expand Up @@ -41,7 +41,7 @@ serde = { version = "1", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }
tera = "1"
thiserror = "1"
usage-lib = { path = "..", version = "0.1.5", features = ["clap"] }
usage-lib = { path = "..", version = "0.1.6", features = ["clap"] }
xx = "0.2"

[dev-dependencies]
Expand Down

0 comments on commit 72c5834

Please sign in to comment.