Update sycamore-state to v0.1.0

This commit is contained in:
Jeremy Wall 2022-12-31 17:42:45 -06:00
parent 77cae25c74
commit b8b11e07a4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2213,8 +2213,8 @@ dependencies = [
[[package]]
name = "sycamore-state"
version = "0.0.1"
source = "git+https://github.com/zaphar/sycamore-state?rev=v0.0.1#f74a051bf85330aef926a457d31e33f983966781"
version = "0.1.0"
source = "git+https://github.com/zaphar/sycamore-state?rev=v0.1.0#bc8854b4dde1294915b2aa7f3fcd710515f3dfd8"
dependencies = [
"sycamore",
"wasm-bindgen",

View File

@ -15,7 +15,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
recipes = { path = "../recipes" }
client-api = { path = "../api", package="api", features = ["browser"] }
sycamore-state = { git="https://github.com/zaphar/sycamore-state", rev="v0.0.1" }
sycamore-state = { git="https://github.com/zaphar/sycamore-state", rev="v0.1.0" }
# This makes debugging panics more tractable.
console_error_panic_hook = "0.1.7"
serde_json = "1.0.79"