Skip to content

Commit 99df8fc

Browse files
committed
Cargo.toml: update ctor version
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.
1 parent e1186a9 commit 99df8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fasteval = { version = "0.2", default-features = false }
2424
tempfile = "3"
2525
fs_extra = "1.3"
2626
nix = ">=0.22, <0.24"
27-
ctor = "0.1"
27+
ctor = "0.2"
2828

2929
[profile.release]
3030
lto = true

0 commit comments

Comments
 (0)