Skip to content

Commit

Permalink
poe: bumps wasm-bindgen to prevent allocation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed May 25, 2024
1 parent 66dc0e2 commit a31ea4c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ opt-level = 'z'
sycamore = { git = "https://github.com/Dav1dde/sycamore.git", rev = "3f6320b", package = "sycamore", features = ["suspense", "hydrate"] }
sycamore-router = { git = "https://github.com/Dav1dde/sycamore.git", rev = "3f6320b", package = "sycamore-router" }

worker = { git = "https://github.com/Dav1dde/workers-rs.git", rev = "7cd3674", package = "worker" }
worker = { git = "https://github.com/Dav1dde/workers-rs.git", rev = "cef50d2", package = "worker" }
poe-api = { git = "https://github.com/Dav1dde/poe-rs/", rev = "619a8b3", default-features = false }

js-sys = "0.3"
Expand Down

0 comments on commit a31ea4c

Please sign in to comment.