mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Cleaning up dependencies (#125)
* cargo update * Update to latest ctrlc crate * Update vergen * Update to latest pretty_assertions * Update log * Update parking_lot * Update hex-rustc
This commit is contained in:
committed by
GitHub
parent
36034e79a2
commit
9fb22ce28d
+2
-2
@@ -12,10 +12,10 @@ build = "build.rs"
|
||||
error-chain = "0.12"
|
||||
polkadot-cli = { path = "cli" }
|
||||
futures = "0.1"
|
||||
ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" }
|
||||
ctrlc = { version = "3.0", features = ["termination"] }
|
||||
|
||||
[build-dependencies]
|
||||
vergen = "0.1"
|
||||
vergen = "3"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
||||
Reference in New Issue
Block a user