From d10e1f4803b9771b217f2761eaa66781a10e6024 Mon Sep 17 00:00:00 2001 From: Brian H Date: Tue, 11 Jul 2023 13:21:46 -0400 Subject: [PATCH] Revert removal of wit-bindgen dep Signed-off-by: Brian H --- templates/http-rust/content/Cargo.toml | 2 ++ templates/redis-rust/content/Cargo.toml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/templates/http-rust/content/Cargo.toml b/templates/http-rust/content/Cargo.toml index d015c54a5..ac9410fbb 100644 --- a/templates/http-rust/content/Cargo.toml +++ b/templates/http-rust/content/Cargo.toml @@ -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] \ No newline at end of file diff --git a/templates/redis-rust/content/Cargo.toml b/templates/redis-rust/content/Cargo.toml index ebfb730b3..08f168ba8 100644 --- a/templates/redis-rust/content/Cargo.toml +++ b/templates/redis-rust/content/Cargo.toml @@ -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]