From 03c33d578915ebdbe52340509e93d134f02e32d7 Mon Sep 17 00:00:00 2001 From: Adam Doyle Date: Wed, 9 Oct 2024 01:52:33 -0400 Subject: [PATCH] less specific versioning --- client/Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index c236ed1..9451de3 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Adam Doyle "] [dependencies] # Cards lib = { workspace = true } -serde_json = "1.0" +serde_json = "1" # Leptos leptos = { version = "0.7.0-beta", features = ["csr", "nightly"] } @@ -18,16 +18,16 @@ leptos_router = { version = "0.7.0-beta", features = ["nightly"] } # leptos = { git = "https://github.com/leptos-rs/leptos.git", features = ["csr", "nightly"] } # leptos_meta = { git = "https://github.com/leptos-rs/leptos.git" } # leptos_router = { git = "https://github.com/leptos-rs/leptos.git", features = ["nightly"] } -console_error_panic_hook = "0.1" +console_error_panic_hook = "0" console_log = "1" -log = "0.4" +log = "0" # Leptos-use # leptos-use = { version = "0.14.0-beta", features = ["use_media_query"] } leptos-use = { git = "https://github.com/Synphonyte/leptos-use.git", branch = "leptos-0.7", features = [ "use_media_query", ] } -codee = "0.2" +codee = "0" # UI stuff # thaw = { version = "0.4.0-beta", features = ["csr", "nightly"] } @@ -40,9 +40,9 @@ thaw = { git = "https://github.com/thaw-ui/thaw.git", features = [ "csr", "nightly", ] } -icondata = "0.4" +icondata = "0" [dev-dependencies] -wasm-bindgen = "0.2" -wasm-bindgen-test = "0.3" -web-sys = { version = "0.3", features = ["Document", "Window"] } +wasm-bindgen = "0" +wasm-bindgen-test = "0" +web-sys = { version = "0", features = ["Document", "Window"] }