From 6599ef005eebef6fc7fe3eb03e817489bf207c27 Mon Sep 17 00:00:00 2001 From: Philip Craig Date: Sun, 23 Jun 2019 14:16:39 +1000 Subject: [PATCH] Fix alloc build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8d1dea..1f19ecf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ version = "0.0.22" default-features = false features = ["endian_fd", "elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "archive"] git = "https://github.com/m4b/goblin" -rev = "f34cf128fb4d1f3c93e5cf129cf673c9d787217b" +rev = "e57f2d4e3a089dca89c63bcfc0dbde3e6d647f83" [dependencies.parity-wasm] version = "0.38.0"