From 8c4281c11a75ee614c8e8998ca34fea058b70cd4 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 --- polkadot/parachain/test-chains/basic_add/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/parachain/test-chains/basic_add/Cargo.toml b/polkadot/parachain/test-chains/basic_add/Cargo.toml index dd0fc4050d..41e745ca1a 100644 --- a/polkadot/parachain/test-chains/basic_add/Cargo.toml +++ b/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"