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 1733719 commit 28a11f4Copy full SHA for 28a11f4
os/Cargo.toml
@@ -10,4 +10,4 @@ edition = "2021"
10
buddy_system_allocator = "0.6"
11
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
12
log = "0.4"
13
-riscv = { git = "https://gitee.com/rcore-os/riscv", features = ["inline-asm"] }
+riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }
0 commit comments