From 44db400f6bd1bc6a196f372e101c38567bf9e7ac Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Mon, 15 Jan 2024 17:11:50 -0500 Subject: [PATCH] chore: fix spin-sdk dependency --- leptos_reactive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leptos_reactive/Cargo.toml b/leptos_reactive/Cargo.toml index 981fde5742..6abd639344 100644 --- a/leptos_reactive/Cargo.toml +++ b/leptos_reactive/Cargo.toml @@ -26,7 +26,7 @@ bytecheck = { version = "0.7", features = [ rustc-hash = "1" serde-wasm-bindgen = "0.5" serde_json = "1" -spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v2.0.1", optional = true } +spin-sdk = { version = "2", optional = true } base64 = "0.21" thiserror = "1" tokio = { version = "1", features = [