Skip to content

Commit

Permalink
Merge pull request #1637 from fibonacci1729/fix-e2e
Browse files Browse the repository at this point in the history
Add wit-bindgen-rust dep back to templates to fix e2e
  • Loading branch information
lann authored Jul 7, 2023
2 parents 6aa2e1a + 52fe6d1 commit 81efab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion templates/http-rust/content/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ bytes = "1"
http = "0.2"
# The Spin SDK.
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" }

# FIXME: Remove for 1.4 release
wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }

[workspace]
3 changes: 2 additions & 1 deletion templates/redis-rust/content/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ anyhow = "1"
bytes = "1"
# The Spin SDK.
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v1.3.0" }

# FIXME: Remove for 1.4 release
wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }

[workspace]

0 comments on commit 81efab9

Please sign in to comment.