mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-21 19:29:49 -04:00
Update sycamore-state to v0.1.0
This commit is contained in:
parent
77cae25c74
commit
b8b11e07a4
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user