Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit b3fb7cb

Browse files
committed
Updtae fallible_collections correctly.
1 parent 9e703ea commit b3fb7cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

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

kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bit_field = "0.10"
4646
crossbeam-queue = { version = "0.3", default-features = false, features = ["alloc"] }
4747
arrayvec = { version = "0.7.0", default-features = false }
4848
memoffset = { version = "0.6.5", features = ["unstable_const"] }
49-
fallible_collections = { path = "../../fallible_collections", features = ["unstable", "rust_1_57"] }
49+
fallible_collections = { git = "https://github.com/gz/fallible_collections.git", branch = "allocator_api2", features = ["unstable", "rust_1_57"] }
5050
# Should be optional (but currently aren't, TODO)
5151
gimli = { version = "0.26", default-features = false, features = ["read", "endian-reader"] }
5252
gdbstub = { git = "https://github.com/daniel5151/gdbstub.git", branch = "dev/0.6", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)