Update environmental version (#2027)

This commit is contained in:
Stanislav Tkach
2019-03-18 10:31:51 +02:00
committed by Bastian Köcher
parent 7bb1412d15
commit c3c7fdd052
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ parity-codec = { version = "3.2", default-features = false }
hash-db = { version = "0.11", default-features = false }
libsecp256k1 = { version = "0.2.1", optional = true }
tiny-keccak = { version = "1.4.2", optional = true }
environmental = { version = "~1.0", optional = true }
environmental = { version = "1.0.1", optional = true }
substrate-state-machine = { path = "../state-machine", optional = true }
trie = { package = "substrate-trie", path = "../trie", optional = true }
@@ -35,4 +35,4 @@ std = [
]
nightly = []
strict = []
wasm-nice-panic-message = []
wasm-nice-panic-message = []
+1 -1
View File
@@ -26,7 +26,7 @@ pub use tiny_keccak::keccak256 as keccak_256;
// pub use primitives::BlakeHasher;
pub use substrate_state_machine::{Externalities, BasicExternalities, TestExternalities};
use environmental::{environmental, thread_local_impl};
use environmental::environmental;
use primitives::{hexdisplay::HexDisplay, H256};
use hash_db::Hasher;