Skip to content

Commit

Permalink
update to use wit-bindgen-rt-0.24.0 -- bytecodealliance/cargo-compone…
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-web3 committed May 2, 2024
1 parent c85e938 commit ae223be
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions component-model/examples/tutorial/adder/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion component-model/examples/tutorial/adder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
bitflags = "2.4.2"
wit-bindgen-rt = { version = "0.23.0", features = ["bitflags"] }
wit-bindgen-rt = { version = "0.24.0", features = ["bitflags"] }

[lib]
crate-type = ["cdylib"]
Expand Down
8 changes: 4 additions & 4 deletions component-model/examples/tutorial/calculator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion component-model/examples/tutorial/calculator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
bitflags = "2.4.2"
wit-bindgen-rt = { version = "0.23.0", features = ["bitflags"] }
wit-bindgen-rt = { version = "0.24.0", features = ["bitflags"] }

[lib]
crate-type = ["cdylib"]
Expand Down
4 changes: 2 additions & 2 deletions component-model/examples/tutorial/command/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion component-model/examples/tutorial/command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ world = "app"
anyhow = "1"
clap = { version = "4.3.19", features = ["derive"] }
bitflags = "2.4.2"
wit-bindgen-rt = { version = "0.23.0", features = ["bitflags"] }
wit-bindgen-rt = { version = "0.24.0", features = ["bitflags"] }

0 comments on commit ae223be

Please sign in to comment.