Skip to content

Commit 3d35b25

Browse files
committed
Update sycamore to v0.9.1
1 parent af79e01 commit 3d35b25

File tree

2 files changed

+27
-23
lines changed

2 files changed

+27
-23
lines changed

Cargo.lock

+25-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-5
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ include_dir = { version = "0.7.4", features = ["glob"] }
1111
mdsycx = "0.2.0"
1212
serde = { version = "1.0.210", features = ["derive"] }
1313
serde_json = "1.0.128"
14-
sycamore = { version = "0.9.0", features = ["suspense"] }
14+
sycamore = { version = "0.9.1", features = ["suspense"] }
1515
sycamore-hooks = { git = "https://github.com/lukechu10/sycamore-hooks", rev = "9cb3018" }
16-
sycamore-router = "0.9.0-beta.4"
16+
sycamore-router = "0.9.1"
1717
wasm-bindgen = "0.2.93"
1818
web-sys = { version = "0.3.70", features = [
1919
"DomTokenList",
@@ -24,6 +24,3 @@ web-sys = { version = "0.3.70", features = [
2424
strip = "debuginfo"
2525
panic = "abort"
2626
opt-level = "s"
27-
28-
[patch.crates-io]
29-
sycamore = { git = "https://github.com/sycamore-rs/sycamore" }

0 commit comments

Comments
 (0)