mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
bumpd minor version (#7873)
This commit is contained in:
committed by
GitHub
parent
6b4cc36c60
commit
014e6f03c6
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-application-crypto = { version = "2.0.0", default-features = false, path = "../../application-crypto" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.6", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../std" }
|
||||
sp-api = { version = "2.0.0", default-features = false, path = "../../api" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../runtime" }
|
||||
|
||||
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-application-crypto = { version = "2.0.0", default-features = false, path = "../../application-crypto" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.6", default-features = false }
|
||||
merlin = { version = "2.0", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../std" }
|
||||
sp-api = { version = "2.0.0", default-features = false, path = "../../api" }
|
||||
|
||||
@@ -29,7 +29,7 @@ sp-runtime = { version = "2.0.0", path = "../../runtime" }
|
||||
sp-utils = { version = "2.0.0", path = "../../utils" }
|
||||
sp-trie = { version = "2.0.0", path = "../../trie" }
|
||||
sp-api = { version = "2.0.0", path = "../../api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.1", features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.6", features = ["derive"] }
|
||||
parking_lot = "0.11.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.8.0"}
|
||||
|
||||
@@ -17,7 +17,7 @@ sp-api = { version = "2.0.0", default-features = false, path = "../../api" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../core" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.6", default-features = false, features = ["derive"] }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -13,7 +13,7 @@ readme = "README.md"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.6", default-features = false, features = ["derive"] }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../runtime" }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user