We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b3b1c commit 5452e6aCopy full SHA for 5452e6a
Cargo.toml
@@ -3,9 +3,9 @@ members = [
3
"xuantie-riscv",
4
"xuantie-riscv-rt",
5
]
6
-resolver = "3"
+resolver = "2"
7
8
[workspace.package]
9
-edition = "2024"
+edition = "2021"
10
license = "MulanPSL-2.0"
11
repository = "https://github.com/rustsbi/xuantie"
xuantie-riscv/src/lib.rs
@@ -70,4 +70,6 @@ pub mod asm;
70
pub mod debug;
71
pub mod paging;
72
pub mod peripheral;
73
+
74
+#[rustfmt::skip]
75
pub mod register;
0 commit comments