From 89fd023565091e4a485c274e6a4b59f41f41b79d Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Sun, 3 Jul 2022 09:09:03 +0800 Subject: [PATCH] change gitee to github in Cargo.toml --- os2-ref/Cargo.toml | 2 +- os2/Cargo.toml | 2 +- os3-ref/Cargo.toml | 2 +- os3/Cargo.toml | 2 +- os4-ref/Cargo.toml | 2 +- os4/Cargo.toml | 2 +- os5-ref/Cargo.toml | 2 +- os5/Cargo.toml | 2 +- os6-ref/Cargo.toml | 4 ++-- os6/Cargo.toml | 4 ++-- os7-ref/Cargo.toml | 4 ++-- os7/Cargo.toml | 4 ++-- os8-ref/Cargo.toml | 4 ++-- os8/Cargo.toml | 4 ++-- 14 files changed, 20 insertions(+), 20 deletions(-) diff --git a/os2-ref/Cargo.toml b/os2-ref/Cargo.toml index 7ddc171..a122ae6 100644 --- a/os2-ref/Cargo.toml +++ b/os2-ref/Cargo.toml @@ -9,4 +9,4 @@ edition = "2018" [dependencies] 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"] } diff --git a/os2/Cargo.toml b/os2/Cargo.toml index 7ddc171..a122ae6 100644 --- a/os2/Cargo.toml +++ b/os2/Cargo.toml @@ -9,4 +9,4 @@ edition = "2018" [dependencies] 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"] } diff --git a/os3-ref/Cargo.toml b/os3-ref/Cargo.toml index 7790c1a..a79093c 100644 --- a/os3-ref/Cargo.toml +++ b/os3-ref/Cargo.toml @@ -10,4 +10,4 @@ edition = "2018" 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"] } diff --git a/os3/Cargo.toml b/os3/Cargo.toml index 7790c1a..a79093c 100644 --- a/os3/Cargo.toml +++ b/os3/Cargo.toml @@ -10,4 +10,4 @@ edition = "2018" 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"] } diff --git a/os4-ref/Cargo.toml b/os4-ref/Cargo.toml index e9bacac..0e54c72 100644 --- a/os4-ref/Cargo.toml +++ b/os4-ref/Cargo.toml @@ -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" diff --git a/os4/Cargo.toml b/os4/Cargo.toml index e9bacac..0e54c72 100644 --- a/os4/Cargo.toml +++ b/os4/Cargo.toml @@ -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" diff --git a/os5-ref/Cargo.toml b/os5-ref/Cargo.toml index e9bacac..0e54c72 100644 --- a/os5-ref/Cargo.toml +++ b/os5-ref/Cargo.toml @@ -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" diff --git a/os5/Cargo.toml b/os5/Cargo.toml index a9de084..8c7b4e2 100644 --- a/os5/Cargo.toml +++ b/os5/Cargo.toml @@ -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" xmas-elf = "0.7.0" lock_api = "=0.4.6" diff --git a/os6-ref/Cargo.toml b/os6-ref/Cargo.toml index d0d9e54..d38a1e0 100644 --- a/os6-ref/Cargo.toml +++ b/os6-ref/Cargo.toml @@ -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" } diff --git a/os6/Cargo.toml b/os6/Cargo.toml index d0d9e54..d38a1e0 100644 --- a/os6/Cargo.toml +++ b/os6/Cargo.toml @@ -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" } diff --git a/os7-ref/Cargo.toml b/os7-ref/Cargo.toml index d0d9e54..d38a1e0 100644 --- a/os7-ref/Cargo.toml +++ b/os7-ref/Cargo.toml @@ -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" } diff --git a/os7/Cargo.toml b/os7/Cargo.toml index d0d9e54..d38a1e0 100644 --- a/os7/Cargo.toml +++ b/os7/Cargo.toml @@ -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" } diff --git a/os8-ref/Cargo.toml b/os8-ref/Cargo.toml index d0d9e54..d38a1e0 100644 --- a/os8-ref/Cargo.toml +++ b/os8-ref/Cargo.toml @@ -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" } diff --git a/os8/Cargo.toml b/os8/Cargo.toml index d0d9e54..d38a1e0 100644 --- a/os8/Cargo.toml +++ b/os8/Cargo.toml @@ -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" }