Skip to content

Commit 72c5834

Browse files
committed
chore: Release
1 parent 9711365 commit 72c5834

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "usage-lib"
33
edition = "2021"
4-
version = "0.1.5"
4+
version = "0.1.6"
55
rust-version = "1.70.0"
66
include = [
77
"/Cargo.toml",

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "usage-cli"
33
edition = "2021"
44
repository = "https://github.com/jdx/usage"
5-
version = "0.1.5"
5+
version = "0.1.6"
66
license.workspace = true
77
authors.workspace = true
88
description.workspace = true
@@ -41,7 +41,7 @@ serde = { version = "1", features = ["derive"] }
4141
strum = { version = "0.26", features = ["derive"] }
4242
tera = "1"
4343
thiserror = "1"
44-
usage-lib = { path = "..", version = "0.1.5", features = ["clap"] }
44+
usage-lib = { path = "..", version = "0.1.6", features = ["clap"] }
4545
xx = "0.2"
4646

4747
[dev-dependencies]

0 commit comments

Comments
 (0)