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:
@@ -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