Update Sycamore to 0.9.1
All checks were successful
/ test (pull_request) Successful in 2m30s

This commit is contained in:
Aaron Fenyes 2025-06-09 22:18:37 -07:00
parent e447e7ea96
commit a4d081f684
3 changed files with 16 additions and 15 deletions

View file

@ -15,7 +15,7 @@ js-sys = "0.3.70"
lazy_static = "1.5.0"
nalgebra = "0.33.0"
readonly = "0.2.12"
sycamore = "0.9.0-beta.3"
sycamore = "0.9.1"
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires