From 52fe6d11d0104b669682163095f397a6618a01fc Mon Sep 17 00:00:00 2001 From: Brian H Date: Fri, 7 Jul 2023 14:53:45 -0400 Subject: [PATCH] Add wit-bindgen-rust dep back to templates to fix e2e Signed-off-by: Brian H --- templates/http-rust/content/Cargo.toml | 3 ++- templates/redis-rust/content/Cargo.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/http-rust/content/Cargo.toml b/templates/http-rust/content/Cargo.toml index 9542aa857..ac9410fbb 100644 --- a/templates/http-rust/content/Cargo.toml +++ b/templates/http-rust/content/Cargo.toml @@ -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] \ No newline at end of file diff --git a/templates/redis-rust/content/Cargo.toml b/templates/redis-rust/content/Cargo.toml index 2c3e8779e..08f168ba8 100644 --- a/templates/redis-rust/content/Cargo.toml +++ b/templates/redis-rust/content/Cargo.toml @@ -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]