Commit 28f4ce03 authored by Nugine's avatar Nugine
Browse files

build: sync rust-version

parent 536805ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ resolver = "3"
edition = "2024"
repository = "https://github.com/Nugine/s3s"
license = "Apache-2.0"
rust-version = "1.85.0"

[workspace.lints.rust]
unsafe_code = "forbid"
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ version = "0.0.0"
edition.workspace = true
repository.workspace = true
license.workspace = true
rust-version.workspace = true
publish = false

[lints]
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ categories = ["web-programming", "web-programming::http-server"]
edition.workspace = true
repository.workspace = true
license.workspace = true
rust-version.workspace = true

[lints]
workspace = true
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ categories = ["web-programming", "web-programming::http-server"]
edition.workspace = true
repository.workspace = true
license.workspace = true
rust-version.workspace = true

[lints]
workspace = true
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ categories = ["web-programming", "web-programming::http-server"]
edition.workspace = true
repository.workspace = true
license.workspace = true
rust-version.workspace = true

[lints]
workspace = true
Loading