Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil authored Apr 10, 2023
1 parent 4d84c9a commit 67f74f0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ winch-test-macros = { path = "winch/test-macros" }

target-lexicon = { version = "0.12.3", default-features = false, features = ["std"] }
anyhow = "1.0.22"
wasmparser = { git = "https://github.com/dhil/wasm-tools", branch = "typed-continuations-function-references-merge" }
wasmparser = { git = "https://github.com/effect-handlers/wasm-tools", branch = "typed-continuations" }
wat = "1.0.61"
wast = { git = "https://github.com/dhil/wasm-tools", branch = "typed-continuations-function-references-merge" }
wast = { git = "https://github.com/effect-handlers/wasm-tools", branch = "typed-continuations" }
wasmprinter = "0.2.54"
wasm-encoder = "0.25.0"
wasm-smith = "0.12.5"
Expand Down

0 comments on commit 67f74f0

Please # to comment.