Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Backport #7238
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored and Xanewok committed Jan 6, 2021
1 parent ffb9407 commit dac9477
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions primitives/externalities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ 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]
default = ["std"]
std = [
"codec/std",
"environmental/std",
"sp-std/std",
"sp-storage/std",
"sp-std/std",
"sp-storage/std",
]

0 comments on commit dac9477

Please sign in to comment.