mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Fix compilation with environmental on latest nightly (#7238)
This commit is contained in:
Generated
+2
-2
@@ -1269,9 +1269,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "environmental"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "516aa8d7a71cb00a1c4146f0798549b93d083d4f189b3ced8f3de6b8f11ee6c4"
|
||||
checksum = "6576a1755ddffd988788025e75bce9e74b018f7cc226198fe931d077911c6d7e"
|
||||
|
||||
[[package]]
|
||||
name = "erased-serde"
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
sp-storage = { version = "2.0.0", path = "../storage", default-features = false }
|
||||
sp-std = { version = "2.0.0", path = "../std", default-features = false }
|
||||
environmental = { version = "1.1.1", default-features = false }
|
||||
environmental = { version = "1.1.2", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false }
|
||||
|
||||
[features]
|
||||
@@ -24,6 +24,6 @@ default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"environmental/std",
|
||||
"sp-std/std",
|
||||
"sp-storage/std",
|
||||
"sp-std/std",
|
||||
"sp-storage/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user