Skip to content

Commit

Permalink
fix(deps): remove unused dependency on the elsa crate. (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Dec 17, 2023
1 parent 6771dea commit d649574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion framework_crates/bones_scripting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ piccolo = { git = "https://github.com/kyren/piccolo.git", rev = "d25ef38
gc-arena = { git = "https://github.com/kyren/gc-arena.git" }
gc-arena-derive = { git = "https://github.com/kyren/gc-arena.git" }
send_wrapper = "0.6.0"
elsa = "1.9"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen-futures = "0.4"
Expand Down

0 comments on commit d649574

Please sign in to comment.