Skip to content

Commit c84ba20

Browse files
authored
Merge pull request #18 from rust-osdev/update-allocator-api2
build(deps): update allocator-api2 to 0.4
2 parents ee053c1 + f118b78 commit c84ba20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -14,7 +14,7 @@ all-features = true
1414
rustdoc-args = ["--cfg", "docsrs"]
1515

1616
[dependencies]
17-
allocator-api2 = { version = "0.3", default-features = false, features = ["alloc"], optional = true }
17+
allocator-api2 = { version = "0.4", default-features = false, features = ["alloc"], optional = true }
1818
bitfield-struct = "0.12"
1919
bitflags = "2"
2020
endian-num = { version = "0.2", features = ["bitflags", "linux-types"] }

0 commit comments

Comments
 (0)