Skip to content

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmac7000 committed Dec 20, 2024
1 parent a04fed0 commit 81abac5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ members = [
"argh_derive",
"argh_shared",
]

[workspace.dependencies]
argh_shared = { version = "0.1.13", path = "argh_shared" }
argh_derive = { version = "0.1.13", path = "argh_derive" }
4 changes: 2 additions & 2 deletions argh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ keywords = ["args", "arguments", "derive", "cli"]
readme = "README.md"

[dependencies]
argh_shared = { version = "0.1.12", path = "../argh_shared" }
argh_derive = { version = "0.1.12", path = "../argh_derive" }
argh_shared.workspace = true
argh_derive.workspace = true
rust-fuzzy-search = "0.1.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion argh_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc-macro = true
proc-macro2 = "1.0"
quote = "1.0"
syn = "2.0"
argh_shared = { version = "0.1.12", path = "../argh_shared" }
argh_shared.workspace = true

[features]
help = []

0 comments on commit 81abac5

Please sign in to comment.