Skip to content

Commit 97bd5fb

Browse files
committed
fix: 锁定 virtio-drivers 版本,更新工具链
Signed-off-by: YdrMaster <[email protected]>
1 parent cb2b373 commit 97bd5fb

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

os6-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ easy-fs = { path = "../easy-fs" }
1919

2020
[profile.release]
2121
debug = true
22-
opt-level = 0
22+
opt-level = 0

os6/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ log = "0.4"
1414
riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }
1515
lock_api = "=0.4.6"
1616
xmas-elf = "0.7.0"
17-
virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers" }
17+
virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers", rev = "93f821c" }
1818
easy-fs = { path = "../easy-fs" }
1919

2020
[profile.release]
2121
debug = true
22-
opt-level = 0
22+
opt-level = 0

os7-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ easy-fs = { path = "../easy-fs" }
1919

2020
[profile.release]
2121
debug = true
22-
opt-level = 0
22+
opt-level = 0

os7/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ easy-fs = { path = "../easy-fs" }
1919

2020
[profile.release]
2121
debug = true
22-
opt-level = 0
22+
opt-level = 0

os8-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ easy-fs = { path = "../easy-fs" }
2020
[profile.release]
2121
debug = true
2222
opt-level = 0
23-
# opt-level = "s"
23+
# opt-level = "s"

os8/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ log = "0.4"
1414
riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }
1515
lock_api = "=0.4.6"
1616
xmas-elf = "0.7.0"
17-
virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers" }
17+
virtio-drivers = { git = "https://github.com/rcore-os/virtio-drivers", rev = "93f821c" }
1818
easy-fs = { path = "../easy-fs" }
1919

2020
[profile.release]
2121
debug = true
22-
opt-level = 0
22+
opt-level = 0

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
22
profile = "minimal"
3-
channel = "nightly-2022-08-05"
3+
channel = "nightly-2022-09-16"
44
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
55
targets = ["riscv64gc-unknown-none-elf"]

0 commit comments

Comments
 (0)