File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wasmi_cli"
3
- version = " 0.31.0 "
3
+ version = " 0.31.1 "
4
4
documentation = " https://docs.rs/wasmi/"
5
5
description = " WebAssembly interpreter"
6
6
authors.workspace = true
@@ -14,8 +14,8 @@ categories.workspace = true
14
14
[dependencies ]
15
15
anyhow = " 1"
16
16
clap = { version = " 4" , features = [" derive" ] }
17
- wasmi = { version = " 0.31.0 " , path = " ../wasmi" }
18
- wasmi_wasi = { version = " 0.31.0 " , path = " ../wasi" }
17
+ wasmi = { version = " 0.31.1 " , path = " ../wasmi" }
18
+ wasmi_wasi = { version = " 0.31.1 " , path = " ../wasi" }
19
19
wat = " 1"
20
20
21
21
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wasmi_wasi"
3
- version = " 0.31.0 "
3
+ version = " 0.31.1 "
4
4
documentation = " https://docs.rs/wasmi_wasi"
5
5
description = " WASI library support for the wasmi interpreter"
6
6
authors.workspace = true
@@ -15,7 +15,7 @@ categories.workspace = true
15
15
wasi-common = " 2.0"
16
16
wasi-cap-std-sync = " 2.0"
17
17
wiggle = { version = " 2.0" , default-features = false , features = [" wiggle_metadata" ] }
18
- wasmi = { version = " 0.31.0 " , path = " ../wasmi" }
18
+ wasmi = { version = " 0.31.1 " , path = " ../wasmi" }
19
19
20
20
[dev-dependencies ]
21
21
wat = " 1.0.50"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wasmi"
3
- version = " 0.31.0 "
3
+ version = " 0.31.1 "
4
4
documentation = " https://docs.rs/wasmi/"
5
5
description = " WebAssembly interpreter"
6
6
exclude = [" tests/*" , " benches/*" ]
You can’t perform that action at this time.
0 commit comments