From 97bd5fb444caf21a4fcaee0dee31e0108ee0f536 Mon Sep 17 00:00:00 2001 From: YdrMaster Date: Mon, 7 Nov 2022 18:30:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=94=81=E5=AE=9A=20virtio-drivers=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=EF=BC=8C=E6=9B=B4=E6=96=B0=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: YdrMaster --- os6-ref/Cargo.toml | 2 +- os6/Cargo.toml | 4 ++-- os7-ref/Cargo.toml | 2 +- os7/Cargo.toml | 2 +- os8-ref/Cargo.toml | 2 +- os8/Cargo.toml | 4 ++-- rust-toolchain.toml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/os6-ref/Cargo.toml b/os6-ref/Cargo.toml index 4dcee45..4df43a7 100644 --- a/os6-ref/Cargo.toml +++ b/os6-ref/Cargo.toml @@ -19,4 +19,4 @@ easy-fs = { path = "../easy-fs" } [profile.release] debug = true -opt-level = 0 \ No newline at end of file +opt-level = 0 diff --git a/os6/Cargo.toml b/os6/Cargo.toml index 4dcee45..86f4964 100644 --- a/os6/Cargo.toml +++ b/os6/Cargo.toml @@ -14,9 +14,9 @@ log = "0.4" 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://github.com/rcore-os/virtio-drivers" } +virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers", rev = "93f821c" } easy-fs = { path = "../easy-fs" } [profile.release] debug = true -opt-level = 0 \ No newline at end of file +opt-level = 0 diff --git a/os7-ref/Cargo.toml b/os7-ref/Cargo.toml index 4dcee45..4df43a7 100644 --- a/os7-ref/Cargo.toml +++ b/os7-ref/Cargo.toml @@ -19,4 +19,4 @@ easy-fs = { path = "../easy-fs" } [profile.release] debug = true -opt-level = 0 \ No newline at end of file +opt-level = 0 diff --git a/os7/Cargo.toml b/os7/Cargo.toml index 4dcee45..4df43a7 100644 --- a/os7/Cargo.toml +++ b/os7/Cargo.toml @@ -19,4 +19,4 @@ easy-fs = { path = "../easy-fs" } [profile.release] debug = true -opt-level = 0 \ No newline at end of file +opt-level = 0 diff --git a/os8-ref/Cargo.toml b/os8-ref/Cargo.toml index 36e0e64..2f93010 100644 --- a/os8-ref/Cargo.toml +++ b/os8-ref/Cargo.toml @@ -20,4 +20,4 @@ easy-fs = { path = "../easy-fs" } [profile.release] debug = true opt-level = 0 -# opt-level = "s" \ No newline at end of file +# opt-level = "s" diff --git a/os8/Cargo.toml b/os8/Cargo.toml index 4dcee45..86f4964 100644 --- a/os8/Cargo.toml +++ b/os8/Cargo.toml @@ -14,9 +14,9 @@ log = "0.4" 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://github.com/rcore-os/virtio-drivers" } +virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers", rev = "93f821c" } easy-fs = { path = "../easy-fs" } [profile.release] debug = true -opt-level = 0 \ No newline at end of file +opt-level = 0 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 021659c..fb29f84 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] profile = "minimal" -channel = "nightly-2022-08-05" +channel = "nightly-2022-09-16" components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"] targets = ["riscv64gc-unknown-none-elf"]