Skip to content

Commit

Permalink
CLI: set clap version to 4.4.18 for Rust v1.73 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer committed Sep 9, 2024
1 parent 61f379a commit 2ee92ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 25 deletions.
36 changes: 12 additions & 24 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ env_logger = { version = "0", default-features = false, features = [
] }
log.workspace = true
g-code.workspace = true
clap = { version = "4", features = ["cargo", "derive"] }
# Latest version of clap supporting Rust 1.73, needed for the macOS release in CI
clap = { version = "^4.0,<=4.4.18", features = ["derive"] }
codespan-reporting = "0.11"
roxmltree.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit 2ee92ac

Please sign in to comment.