Skip to content

Commit

Permalink
cargo: bump buddy_system_allocator from 0.9.1 to 0.10.0 in /src/bare-…
Browse files Browse the repository at this point in the history
…metal/alloc-example in the minor group (#2199)

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.9.1 to 0.10.0

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent 104abce commit 9688fa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/bare-metal/alloc-example/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/bare-metal/alloc-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
publish = false

[dependencies]
buddy_system_allocator = "0.9.1"
buddy_system_allocator = "0.10.0"
panic-halt = "0.2.0"

[profile.dev]
Expand Down

0 comments on commit 9688fa9

Please sign in to comment.