Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update flipperzero-alloc requirement from 0.10.0 to 0.11.0 #4

Merged
merged 1 commit into from
Sep 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): update flipperzero-alloc requirement from 0.10.0 to 0.11.0
Updates the requirements on [flipperzero-alloc](https://github.com/dcoles/flipperzero-rs) to permit the latest version.
- [Release notes](https://github.com/dcoles/flipperzero-rs/releases)
- [Changelog](https://github.com/flipperzero-rs/flipperzero/blob/main/CHANGELOG.md)
- [Commits](flipperzero-rs/flipperzero@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: flipperzero-alloc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 3, 2023
commit 840ba6a09878b624ee80877cd710942eac9bb292
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ test = false

[dependencies]
flipperzero = "0.10.0"
flipperzero-alloc = "0.10.0"
flipperzero-alloc = "0.11.0"
flipperzero-rt = "0.10.0"
flipperzero-sys = "0.10.0"
Loading