Fix a panic due to double-borrow
This commit is contained in:
parent
182beb4f8b
commit
b571362bf1
2 changed files with 32 additions and 20 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue