Skip to content

Commit 17c2acc

Browse files
committed
Update wasmer-journal dependency
1 parent f90b515 commit 17c2acc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/journal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmer-journal"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Journaling functionality used by Wasmer to save and restore WASM state"
55
authors.workspace = true
66
edition.workspace = true

lib/wasix/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ wasmer = { path = "../api", version = "=4.3.0-alpha.1", default-features = false
1919
virtual-mio = { path = "../virtual-io", version = "0.3.1", default-features = false }
2020
virtual-fs = { path = "../virtual-fs", version = "0.11.3", default-features = false, features = ["webc-fs"] }
2121
virtual-net = { path = "../virtual-net", version = "0.6.5", default-features = false, features = ["rkyv"] }
22-
wasmer-journal = { path = "../journal", version = "0.1.0", default-features = false }
22+
wasmer-journal = { path = "../journal", version = "0.1.2", default-features = false }
2323
wasmer-emscripten = { path = "../emscripten", version = "=4.3.0-alpha.1", optional = true }
2424
wasmer-config = { version = "0.1.1", path = "../config" }
2525

0 commit comments

Comments
 (0)