Skip to content

Commit

Permalink
chore: fix spin-sdk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Jan 15, 2024
1 parent 3a57308 commit 44db400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptos_reactive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 44db400

Please sign in to comment.