From 9b330fdce26750f10ffafa46c1c387f030f24b09 Mon Sep 17 00:00:00 2001 From: Dmitry Kashitsyn Date: Thu, 14 Jun 2018 19:24:28 +0700 Subject: [PATCH] Override wee_alloc dependency to use recent state Revision 4e9f23f points to a master after https://github.com/rustwasm/wee_alloc/pull/45 was merged --- substrate/polkadot/parachain/test-chains/basic_add/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/polkadot/parachain/test-chains/basic_add/Cargo.toml b/substrate/polkadot/parachain/test-chains/basic_add/Cargo.toml index dd0fc4050d..41e745ca1a 100644 --- a/substrate/polkadot/parachain/test-chains/basic_add/Cargo.toml +++ b/substrate/polkadot/parachain/test-chains/basic_add/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] [dependencies] polkadot-parachain = { path = "../../", default-features = false } -wee_alloc = "0.4.0" +wee_alloc = { git = "https://github.com/rustwasm/wee_alloc", rev = "4e9f23fff1f2474962085ca693f8884db666889f" } tiny-keccak = "1.4" pwasm-libc = "0.2"