Skip to content

Commit

Permalink
chore: set metadata for usage-lib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 17, 2024
1 parent badf251 commit 7e3538a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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
Expand Up @@ -14,7 +14,7 @@ license = "MIT"

[workspace.dependencies]
usage-cli = { path = "./cli" }
usage-lib = { path = "./lib" }
usage-lib = { path = "./lib", version = "0.1.12", features = ["clap"] }

[workspace.metadata.release]
allow-branch = ["main"]
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "usage-cli"
edition = "2021"
version = "0.1.11"
version = "0.1.12"
description = "CLI for working with usage-based CLIs"
license = { workspace = true }
authors = { workspace = true }
Expand Down Expand Up @@ -40,7 +40,7 @@ serde = { version = "1", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }
tera = "1"
thiserror = "1"
usage-lib = { workspace = true }
usage-lib = { workspace = true, features = ["clap"] }
xx = "0.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion lib/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.11"
version = "0.1.12"
rust-version = "1.70.0"
include = [
"/Cargo.toml",
Expand Down

0 comments on commit 7e3538a

Please sign in to comment.