Skip to content

Commit b431e2c

Browse files
authored
Add deprecated to clap features (#3139)
<!-- Reference any GitHub issues resolved by this PR --> Closes #3127 ## Introduced changes <!-- A brief description of the changes --> - Add deprecated to clap features so we get warnings in the future if somebody uses the deprecated syntax again ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md`
1 parent 6bb6247 commit b431e2c

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
@@ -51,7 +51,7 @@ starknet-types-core = { version = "0.1.7", features = ["hash", "prime-bigint"] }
5151
anyhow = "1.0.97"
5252
assert_fs = "1.1.2"
5353
camino = { version = "1.1.9", features = ["serde1"] }
54-
clap = { version = "4.5.32", features = ["derive"] }
54+
clap = { version = "4.5.32", features = ["derive", "deprecated"] }
5555
clap_complete = "4.5.46"
5656
console = "0.15.11"
5757
include_dir = "0.7.4"

0 commit comments

Comments
 (0)