less specific versioning
This commit is contained in:
parent
3b2a5b2c49
commit
03c33d5789
1 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@ authors = ["Adam Doyle <adam@doordesk.net>"]
|
|||
[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"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue