Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- version: "1.91"
crates: usage-argv usage-derive usage-config usage-validation usage-rs usage-test
- version: "1.95"
crates: usage-lib clap_usage usage-cli
crates: usage-lib usage-dynamic clap_usage usage-cli
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
Expand Down
10 changes: 10 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ members = [
"derive",
"test",
"usage-rs",
"usage-dynamic",
"validation",
"clap_usage",
"cli",
Expand Down Expand Up @@ -52,6 +53,7 @@ usage-derive = { path = "./derive", version = "6.1.1" }
# what they need, `docs` included.
usage-lib = { path = "./lib", version = "6.1.1", default-features = false }
usage-rs = { path = "./usage-rs", version = "6.1.1" }
usage-dynamic = { path = "./usage-dynamic", version = "6.1.1" }
usage-test = { path = "./test", version = "6.1.1" }
usage-validation = { path = "./validation", version = "6.1.1" }

Expand Down
Loading