Skip to content

Commit ab9726b

Browse files
committed
Update rust to nightly-1.68.0, fixes issue [LibertyOS-Development#19](LibertyOS-Development#19)
1 parent 8daca65 commit ab9726b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ target = "x86_64-libertyos.json"
88

99
[target.'cfg(target_os = "none")']
1010
runner = "bootimage runner"
11+
12+
[registries.crates-io]
13+
protocol = "sparse"

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aml = "0.16.0"
1616
arrayvec = { version = "0.7.2", default-features = false }
1717
bit_field = "0.10.1"
1818
bitflags = "1.3.2"
19-
bootloader = { version = "0.9.9", features = ["map_physical_memory"]}
19+
bootloader = { version = "0.9.23", features = ["map_physical_memory"]}
2020
conquer-once = { version = "0.2.0", default-features = false }
2121
embedded-graphics = "0.7.1"
2222
embedded-graphics-framebuf = "0.2.0"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2022-01-07"
2+
channel = "nightly-2023-01-21"
33
components = [ "rust-src", "clippy", "rustfmt", "rustc", "rust-std", "llvm-tools-preview" ]
44
targets = [ "x86_64-unknown-linux-gnu" ]

0 commit comments

Comments
 (0)