Skip to content

Commit a02f731

Browse files
committed
Update to wasmtime 1.0
1 parent 5312f76 commit a02f731

File tree

3 files changed

+56
-41
lines changed

3 files changed

+56
-41
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ cargo_build:
2626

2727
clean:
2828
rm -rf ./_build
29+
cd native/componentsguide_rustler_math/ && cargo clean
2930

3031
production:
3132
git pull --rebase

native/componentsguide_rustler_math/Cargo.lock

Lines changed: 54 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/componentsguide_rustler_math/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
rustler = "0.26.0"
14-
wasmtime = "0.40.1"
14+
wasmtime = "1.0.0"
1515
anyhow = "1.0"

0 commit comments

Comments
 (0)