mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 20:17:57 +00:00
Remove funty pin, upgrade codec (#265)
This commit is contained in:
+1
-4
@@ -35,10 +35,7 @@ num-traits = { version = "0.2.14", default-features = false }
|
||||
serde = { version = "1.0.124", features = ["derive"] }
|
||||
serde_json = "1.0.64"
|
||||
url = "2.2.1"
|
||||
codec = { package = "parity-scale-codec", version = "2.0.1", default-features = false, features = ["derive", "full"] }
|
||||
# temporarily pinning funty via codec -> bitvec until https://github.com/myrrlyn/funty/issues/3
|
||||
# and https://github.com/bitvecto-rs/bitvec/issues/105 are resolved
|
||||
funty = "=1.1.0"
|
||||
codec = { package = "parity-scale-codec", version = "2.1", default-features = false, features = ["derive", "full"] }
|
||||
dyn-clone = "1.0.4"
|
||||
|
||||
frame-metadata = "13.0.0"
|
||||
|
||||
Reference in New Issue
Block a user