Fix a panic due to double-borrow

This commit is contained in:
Ryan Goldstein 2019-06-20 21:46:01 -07:00
parent 182beb4f8b
commit b571362bf1
2 changed files with 32 additions and 20 deletions

View file

@ -77,3 +77,6 @@ version = "0.8"
[target.'cfg(target_arch = "wasm32")'.dependencies]
stdweb = { path = "../stdweb", optional = true }
instant = { version = "0.1", features = ["stdweb"] }
[patch.crates-io]
stdweb = { path = "../stdweb" }