change: set MSRV to 1.88 (proc-macro spans stabilized = stable hot-reloading)

This commit is contained in:
Greg Johnston
2025-07-16 18:02:40 -04:00
parent 683e7177dd
commit 21fd995468
5 changed files with 1 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ exclude = ["benchmarks", "examples", "projects"]
[workspace.package]
version = "0.8.3"
edition = "2021"
rust-version = "1.80"
rust-version = "1.88"
[workspace.dependencies]
# members

View File

@@ -2,8 +2,6 @@
name = "benchmarks"
version = "0.1.0"
edition = "2021"
# std::sync::LazyLock is stabilized in Rust version 1.80.0
rust-version = "1.80.0"
[dependencies]
l0410 = { package = "leptos", version = "0.4.10", features = [

View File

@@ -2,8 +2,6 @@
name = "counter_isomorphic"
version = "0.1.0"
edition = "2021"
# std::sync::LazyLock is stabilized in Rust version 1.80.0
rust-version = "1.80.0"
[lib]
crate-type = ["cdylib", "rlib"]

View File

@@ -2,8 +2,6 @@
name = "ssr_modes"
version = "0.1.0"
edition = "2021"
# std::sync::LazyLock is stabilized in Rust version 1.80.0
rust-version = "1.80.0"
[lib]
crate-type = ["cdylib", "rlib"]

View File

@@ -2,8 +2,6 @@
name = "ssr_modes_axum"
version = "0.1.0"
edition = "2021"
# std::sync::LazyLock is stabilized in Rust version 1.80.0
rust-version = "1.80.0"
[lib]
crate-type = ["cdylib", "rlib"]