From 433231920f8b8ba0086f2596d5986be7c8e50e53 Mon Sep 17 00:00:00 2001 From: cdetrio Date: Thu, 18 Jan 2018 10:09:10 +0000 Subject: [PATCH] deps for targetting wasm --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 21162b08..f7b4439f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ license = "MIT OR Apache-2.0" name = "api" [dependencies] -rand = "0.3" -rustc-serialize = "0.3" +rand = "0.4" +rustc-serialize = { git = "https://github.com/cdetrio/rustc-serialize", branch = "for-wasm" } byteorder = "1.0" [dev-dependencies.bincode]