Skip to content

Commit ae223be

Browse files
committed
update to use wit-bindgen-rt-0.24.0 -- bytecodealliance/cargo-component#283
1 parent c85e938 commit ae223be

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

component-model/examples/tutorial/adder/Cargo.lock

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

component-model/examples/tutorial/adder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
bitflags = "2.4.2"
8-
wit-bindgen-rt = { version = "0.23.0", features = ["bitflags"] }
8+
wit-bindgen-rt = { version = "0.24.0", features = ["bitflags"] }
99

1010
[lib]
1111
crate-type = ["cdylib"]

component-model/examples/tutorial/calculator/Cargo.lock

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

component-model/examples/tutorial/calculator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
bitflags = "2.4.2"
8-
wit-bindgen-rt = { version = "0.23.0", features = ["bitflags"] }
8+
wit-bindgen-rt = { version = "0.24.0", features = ["bitflags"] }
99

1010
[lib]
1111
crate-type = ["cdylib"]

component-model/examples/tutorial/command/Cargo.lock

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

component-model/examples/tutorial/command/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ world = "app"
1414
anyhow = "1"
1515
clap = { version = "4.3.19", features = ["derive"] }
1616
bitflags = "2.4.2"
17-
wit-bindgen-rt = { version = "0.23.0", features = ["bitflags"] }
17+
wit-bindgen-rt = { version = "0.24.0", features = ["bitflags"] }

0 commit comments

Comments
 (0)