Skip to content

Commit 275c507

Browse files
committed
Move from git sha to official wit-bindgen 13 release
Signed-off-by: Ryan Levick <[email protected]>
1 parent fef2ab9 commit 275c507

File tree

41 files changed

+590
-431
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+590
-431
lines changed

Cargo.lock

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

crates/core/tests/core-wasi-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2021"
77
debug = true
88

99
[dependencies]
10-
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" }
10+
wit-bindgen = "0.13.0"
1111

1212
[workspace]

crates/redis/tests/rust/Cargo.lock

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

crates/redis/tests/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ authors = ["Radu Matei <[email protected]>"]
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" }
11+
wit-bindgen = "0.13.0"
1212

1313
[workspace]

crates/trigger-http/benches/spin-http-benchmark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" }
10+
wit-bindgen = "0.13.0"
1111
url = "2.4.1"
1212

1313
[workspace]

crates/trigger-http/tests/rust-http-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ authors = ["Radu Matei <[email protected]>"]
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "2405a79c74c5d61b9bc88c378d475c6c21ed6a9f" }
11+
wit-bindgen = "0.13.0"
1212

1313
[workspace]

examples/config-rust/Cargo.lock

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

examples/http-rust-outbound-http/http-hello/Cargo.lock

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

0 commit comments

Comments
 (0)