Skip to content

Commit a664fe3

Browse files
committed
chore: Release
1 parent 18045f6 commit a664fe3

File tree

4 files changed

+5
-5
lines changed

4 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
@@ -14,7 +14,7 @@ license = "MIT"
1414

1515
[workspace.dependencies]
1616
usage-cli = { path = "./cli" }
17-
usage-lib = { path = "./lib", version = "0.12.1", features = ["clap"] }
17+
usage-lib = { path = "./lib", version = "1.0.0", features = ["clap"] }
1818

1919
[workspace.metadata.release]
2020
allow-branch = ["main"]

cli/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-cli"
33
edition = "2021"
4-
version = "0.12.1"
4+
version = "1.0.0"
55
description = "CLI for working with usage-based CLIs"
66
license = { workspace = true }
77
authors = { workspace = true }

lib/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.12.1"
4+
version = "1.0.0"
55
rust-version = "1.70.0"
66
include = [
77
"/Cargo.toml",

0 commit comments

Comments
 (0)