Skip to content

Commit

Permalink
Add gc feature for wasmtime dependency (#832)
Browse files Browse the repository at this point in the history
This is required for reference types, which Rust now uses by default
with the nightly compiler.
  • Loading branch information
CryZe authored Aug 15, 2024
1 parent f070c1a commit 8639b02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/livesplit-auto-splitting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ sysinfo = { version = "0.30.0", default-features = false, features = [
time = { version = "0.3.3", default-features = false }
wasmtime = { version = "23.0.0", default-features = false, features = [
"cranelift",
"gc",
"parallel-compilation",
"runtime",
] }
Expand Down

0 comments on commit 8639b02

Please sign in to comment.