Skip to content

Commit

Permalink
cargo: bump buddy_system_allocator
Browse files Browse the repository at this point in the history
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
- [Commits](rcore-os/buddy_system_allocator@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: buddy_system_allocator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 29dcb0c commit d3851e0
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.10.0"
buddy_system_allocator = "0.11.0"
panic-halt = "0.2.0"

[profile.dev]
Expand Down

0 comments on commit d3851e0

Please sign in to comment.