commit f0481a5d73a9c350c64ef546e4198287fbead814 parent f99fc75f7b4210b1b079322e1a44e2e9570c9b43 Author: triesap <tyson@radroots.org> Date: Mon, 19 May 2025 21:50:03 +0000 build: update rust edition Diffstat:
| M | Cargo.toml | | | 2 | +- |
| D | rust-toolchain.toml | | | 3 | --- |
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -3,7 +3,7 @@ name = "radroots-common" version = "0.1.0" authors = ["Radroots Authors"] license = "AGPLv3" -edition = "2024" +edition = "2021" [dependencies] serde = "1.0" diff --git a/rust-toolchain.toml b/rust-toolchain.toml @@ -1,2 +0,0 @@ -[toolchain] -channel = "1.86.0" -\ No newline at end of file