diff --git a/Cargo.toml b/Cargo.toml index 627e8a504..3d4f44ae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 3f6091654..7cbb5a69f 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -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 = [ diff --git a/examples/counter_isomorphic/Cargo.toml b/examples/counter_isomorphic/Cargo.toml index b026c80e8..a4dadf38d 100644 --- a/examples/counter_isomorphic/Cargo.toml +++ b/examples/counter_isomorphic/Cargo.toml @@ -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"] diff --git a/examples/ssr_modes/Cargo.toml b/examples/ssr_modes/Cargo.toml index 6ebeac47e..e063b66c4 100644 --- a/examples/ssr_modes/Cargo.toml +++ b/examples/ssr_modes/Cargo.toml @@ -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"] diff --git a/examples/ssr_modes_axum/Cargo.toml b/examples/ssr_modes_axum/Cargo.toml index 65dc919be..ddcd8e967 100644 --- a/examples/ssr_modes_axum/Cargo.toml +++ b/examples/ssr_modes_axum/Cargo.toml @@ -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"]