mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-05 12:24:30 +08:00
change gitee to github in Cargo.toml
This commit is contained in:
@@ -11,8 +11,8 @@ 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"] }
|
||||
lock_api = "=0.4.6"
|
||||
xmas-elf = "0.7.0"
|
||||
virtio-drivers = { git = "https://gitee.com/rcore-os/virtio-drivers" }
|
||||
virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers" }
|
||||
easy-fs = { path = "../easy-fs" }
|
||||
|
||||
Reference in New Issue
Block a user