Skip to content

Commit 28a11f4

Browse files
authored
Update Cargo.toml
1 parent 1733719 commit 28a11f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ edition = "2021"
1010
buddy_system_allocator = "0.6"
1111
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
1212
log = "0.4"
13-
riscv = { git = "https://gitee.com/rcore-os/riscv", features = ["inline-asm"] }
13+
riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }

0 commit comments

Comments
 (0)