From e3f8f83658b9c081307ca8235500886f389d47aa Mon Sep 17 00:00:00 2001 From: guttatus Date: Sat, 14 Dec 2024 17:50:29 +0800 Subject: [PATCH] bump: downgrade cargo edition to 2021 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 824e767..2c9cb59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,9 @@ members = [ "xuantie-riscv", "xuantie-riscv-rt", ] -resolver = "3" +resolver = "2" [workspace.package] -edition = "2024" +edition = "2021" license = "MulanPSL-2.0" repository = "https://github.com/rustsbi/xuantie"