Skip to content

Commit

Permalink
Cargo.toml: update ctor version
Browse files Browse the repository at this point in the history
Current is 0.2.9. The previous version conflicts with the newest clap in:
  cargo check --features clap/deprecated

With this update, the check can be run and returns no warnigns.
  • Loading branch information
keszybz committed Nov 27, 2024
1 parent e1186a9 commit 99df8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fasteval = { version = "0.2", default-features = false }
tempfile = "3"
fs_extra = "1.3"
nix = ">=0.22, <0.24"
ctor = "0.1"
ctor = "0.2"

[profile.release]
lto = true
Expand Down

0 comments on commit 99df8fc

Please sign in to comment.