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
This commit is contained in:
Dmitry Kashitsyn
2018-06-14 19:24:28 +07:00
parent 0ec9a105dd
commit 8c4281c11a
@@ -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"