Skip to content

Commit c23c0c9

Browse files
cargo: bump buddy_system_allocator from 0.10.0 to 0.11.0 in /src/bare-metal/alloc-example in the minor group (#2386)
Bumps the minor group in /src/bare-metal/alloc-example with 1 update: [buddy_system_allocator](https://github.com/rcore-os/buddy_system_allocator). Updates `buddy_system_allocator` from 0.10.0 to 0.11.0 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29dcb0c commit c23c0c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/bare-metal/alloc-example/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.

src/bare-metal/alloc-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
publish = false
88

99
[dependencies]
10-
buddy_system_allocator = "0.10.0"
10+
buddy_system_allocator = "0.11.0"
1111
panic-halt = "0.2.0"
1212

1313
[profile.dev]

0 commit comments

Comments
 (0)