summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 108a636..e0e0265 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ web-sys = { version = "0.3", features = ["Document", "Window"] }
 [dependencies]
 rocie-client = { path = "../rocie-server/crates/rocie-client" }
 leptos = { version = "0.8", features = ["csr"] }
-thaw = { version = "0.4", features = ["csr"] }
+thaw = { git = "https://github.com/thaw-ui/thaw", branch = "main" }
 leptos_meta = { version = "0.8" }
 leptos_router = { version = "0.8" }
 console_log = "1"