Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
deps for targetting wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
cdetrio committed Jan 18, 2018
1 parent c9831a8 commit 4332319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4332319

Please sign in to comment.