mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-19 05:11:03 +00:00
replace deprecated structopt crate with clap (#33)
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ thiserror = "1.0"
|
||||
which = "5.0"
|
||||
path-slash = "0.2"
|
||||
rayon = "1.8"
|
||||
structopt = { version = "0.3", default-features = false }
|
||||
clap = { version = "4", default-features = false, features = ["derive"] }
|
||||
rand = "0.8"
|
||||
polkavm-common = { git = "https://github.com/koute/polkavm.git", rev = "360029e" }
|
||||
polkavm-linker = { git = "https://github.com/koute/polkavm.git", rev = "360029e" }
|
||||
|
||||
Reference in New Issue
Block a user