Skip to content

Commit

Permalink
Move from git sha to official wit-bindgen 13 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Levick <[email protected]>
  • Loading branch information
rylev committed Oct 20, 2023
1 parent fef2ab9 commit 275c507
Show file tree
Hide file tree
Showing 41 changed files with 590 additions and 431 deletions.
57 changes: 40 additions & 17 deletions 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 crates/core/tests/core-wasi-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"
debug = true

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

[workspace]
28 changes: 16 additions & 12 deletions crates/redis/tests/rust/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 crates/redis/tests/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ authors = ["Radu Matei <[email protected]>"]
crate-type = ["cdylib"]

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

[workspace]
2 changes: 1 addition & 1 deletion crates/trigger-http/benches/spin-http-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["cdylib"]

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

[workspace]
2 changes: 1 addition & 1 deletion crates/trigger-http/tests/rust-http-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ authors = ["Radu Matei <[email protected]>"]
crate-type = ["cdylib"]

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

[workspace]
28 changes: 16 additions & 12 deletions examples/config-rust/Cargo.lock

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

28 changes: 16 additions & 12 deletions examples/http-rust-outbound-http/http-hello/Cargo.lock

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

Loading

0 comments on commit 275c507

Please sign in to comment.