mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -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]]
|
[[package]]
|
||||||
name = "sycamore-state"
|
name = "sycamore-state"
|
||||||
version = "0.0.1"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/zaphar/sycamore-state?rev=v0.0.1#f74a051bf85330aef926a457d31e33f983966781"
|
source = "git+https://github.com/zaphar/sycamore-state?rev=v0.1.0#bc8854b4dde1294915b2aa7f3fcd710515f3dfd8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sycamore",
|
"sycamore",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
|
@ -15,7 +15,7 @@ crate-type = ["cdylib", "rlib"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
recipes = { path = "../recipes" }
|
recipes = { path = "../recipes" }
|
||||||
client-api = { path = "../api", package="api", features = ["browser"] }
|
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.
|
# This makes debugging panics more tractable.
|
||||||
console_error_panic_hook = "0.1.7"
|
console_error_panic_hook = "0.1.7"
|
||||||
serde_json = "1.0.79"
|
serde_json = "1.0.79"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user