[rust] edition 2024

This commit is contained in:
ddidderr 2024-12-01 16:51:31 +01:00
parent 778b245d56
commit 73e11d5596
Signed by: ddidderr
GPG Key ID: 3841F1C27E6F0E14
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,8 @@
[package] [package]
name = "expose-dir-via-http" name = "expose-dir-via-http"
version = "1.1.13" version = "1.1.13"
edition = "2021" edition = "2024"
rust-version = "1.85"
[lints.rust] [lints.rust]
unsafe_code = "forbid" unsafe_code = "forbid"

2
rust-toolchain.toml Normal file
View File

@ -0,0 +1,2 @@
[toolchain]
channel = "nightly"