Skip to content

Commit

Permalink
Merge pull request #136 from arkedge/pin-async-recursion-ver
Browse files Browse the repository at this point in the history
Specify async-recursion version explicitly
  • Loading branch information
KOBA789 authored Apr 19, 2024
2 parents 107161d + 6017582 commit 5935984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools-frontend/crates/opslang-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wasm-bindgen-futures = "0.4"
web-sys = { version = "*", features = ["console"] }
opslang-ast = "0.2.1"
opslang-parser = "0.2.1"
async-recursion = "*"
async-recursion = "1.1.0"

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down

0 comments on commit 5935984

Please sign in to comment.