Skip to content

Commit 12becdc

Browse files
authored
Merge pull request #1917 from fermyon/use-wit-bindgen13
Move from git sha to official wit-bindgen 13 release
2 parents fef2ab9 + 8590808 commit 12becdc

File tree

43 files changed

+593
-434
lines changed

Some content is hidden

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

43 files changed

+593
-434
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce
119119
"component-model",
120120
] }
121121
wasmtime-wasi-http = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce7376a57a40605f03e74bd78cefcc9acf3a" }
122-
spin-componentize = { git = "https://github.com/fermyon/spin-componentize", rev = "0c68c5f2afae65c2011fa23b30fd136682506e2a" }
122+
spin-componentize = { git = "https://github.com/fermyon/spin-componentize", rev = "00820a455086c3d04b1a01236af03be38aac38a1" }
123123
hyper = { version = "=1.0.0-rc.3", features = ["full"] }
124124
http-body-util = "=0.1.0-rc.2"
125125

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)