diff --git a/Cargo.lock b/Cargo.lock index 9c06522..e8d4bb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/web/Cargo.toml b/web/Cargo.toml index 1250f8d..7619a16 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -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"