mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
change: set MSRV to 1.88 (proc-macro spans stabilized = stable hot-reloading)
This commit is contained in:
@@ -42,7 +42,7 @@ exclude = ["benchmarks", "examples", "projects"]
|
|||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.8.3"
|
version = "0.8.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.80"
|
rust-version = "1.88"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
# members
|
# members
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
name = "benchmarks"
|
name = "benchmarks"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
# std::sync::LazyLock is stabilized in Rust version 1.80.0
|
|
||||||
rust-version = "1.80.0"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
l0410 = { package = "leptos", version = "0.4.10", features = [
|
l0410 = { package = "leptos", version = "0.4.10", features = [
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
name = "counter_isomorphic"
|
name = "counter_isomorphic"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
# std::sync::LazyLock is stabilized in Rust version 1.80.0
|
|
||||||
rust-version = "1.80.0"
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
name = "ssr_modes"
|
name = "ssr_modes"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
# std::sync::LazyLock is stabilized in Rust version 1.80.0
|
|
||||||
rust-version = "1.80.0"
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
name = "ssr_modes_axum"
|
name = "ssr_modes_axum"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
# std::sync::LazyLock is stabilized in Rust version 1.80.0
|
|
||||||
rust-version = "1.80.0"
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|||||||
Reference in New Issue
Block a user