Skip to content

Commit

Permalink
Merge pull request #1642 from fibonacci1729/add-wit-bindgen-dep-back
Browse files Browse the repository at this point in the history
Revert removal of wit-bindgen dep
  • Loading branch information
fibonacci1729 authored Jul 11, 2023
2 parents c16be49 + d10e1f4 commit 91e16c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/http-rust/content/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +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]
2 changes: 2 additions & 0 deletions templates/redis-rust/content/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +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 91e16c5

Please sign in to comment.