Skip to content

Commit 3c96f5b

Browse files
Bump wit-bindgen-rt from 0.41.0 to 0.44.0 in /src/component_sample (#174)
Bumps [wit-bindgen-rt](https://github.com/bytecodealliance/wit-bindgen) from 0.41.0 to 0.44.0. - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](bytecodealliance/wit-bindgen@v0.41.0...v0.44.0) --- updated-dependencies: - dependency-name: wit-bindgen-rt dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae10558 commit 3c96f5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/component_sample/Cargo.lock

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

src/component_sample/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
wit-bindgen-rt = { version = "0.41.0", features = ["bitflags"] }
7+
wit-bindgen-rt = { version = "0.44.0", features = ["bitflags"] }
88

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

0 commit comments

Comments
 (0)