change gitee to github in Cargo.toml

This commit is contained in:
Yu Chen
2022-07-03 09:09:03 +08:00
parent 555d683353
commit 89fd023565
14 changed files with 20 additions and 20 deletions

View File

@@ -11,7 +11,7 @@ bitflags = "1.2.1"
buddy_system_allocator = "0.6"
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
log = "0.4"
riscv = { git = "https://gitee.com/rcore-os/riscv", features = ["inline-asm"] }
riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }
spin = "0.9"
lock_api = "=0.4.6"
xmas-elf = "0.7.0"