Skip to content

Commit 65ac5ab

Browse files
cargo: bump buddy_system_allocator from 0.12.0 to 0.13.0 in /src/bare-metal/alloc-example (#3138)
Bumps [buddy_system_allocator](https://github.com/rcore-os/buddy_system_allocator) from 0.12.0 to 0.13.0. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 580e013 commit 65ac5ab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "2024"
77
publish = false
88

99
[dependencies]
10-
buddy_system_allocator = "0.12.0"
10+
buddy_system_allocator = "0.13.0"
1111
panic-halt = "1.0.0"
1212

1313
[profile.dev]

0 commit comments

Comments
 (0)