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-sys requirement from 0.11.0 to 0.12.0 #10

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

Updates the requirements on flipperzero-sys to permit the latest version.

Changelog

Sourced from flipperzero-sys's changelog.

[0.12.0]

Added

  • flipperzero::gpio::i2c, providing a Rust interface to the external 3.3V I2C bus over GPIO pins C0 and C1, as well as the internal (power) I2C bus.
  • flipperzero::furi::string::FuriString::into_raw, allowing ownership of the string to be able to be handed over to C code.

Changed

  • Updated to SDK 73 (firmware 1.0.1🥳).
  • Switched to nightly-2024-09-10 compiler
  • flipperzero_rt::entry macro now requires a function with type signature fn(Option<&CStr>) -> i32 instead of fn(*mut u8) -> i32.
  • flipperzero::furi::string::FuriString::as_mut_ptr is now public to allow for it to be used with low-level C APIs (e.g. furi_string_printf).

Removed

  • flipperzero::toolbox::{Md5, Sha256} (due to their removal from the Flipper Zero SDK API).
  • flipperzero_sys::c_string!, since CStr literals are stable now and the macro did not provide any validations.

[0.11.0]

Added

  • flipperzero::furi::time::{Duration, Instant} implementations.
  • impl Default for flipperzero::dialogs::DialogMessage
  • impl Default for flipperzero::toolbox::Crc32

Changed

  • Migrated to SDK API 35.0 (firmware 0.89.0).
  • flipperzero_test::tests now allows #[cfg(..)] attributes on test methods.

Documentation

  • Feature flags are now documented and the items guarded by them are now annotated.

[0.10.0]

Added

  • flipperzero::format macro.
  • flipperzero::furi::sync::FuriMutex
  • flipperzero::furi::time, containing the currently unusable placeholder types Duration and Instant.

... (truncated)

Commits
  • 2b1c52b Bump version to 0.12.0
  • 8003692 Merge pull request #157 from flipperzero-rs/update-bindings-1.0
  • dfd0b28 Update CHANGELOG
  • 9eba0db Switch to 'nightly-2024-09-10' compiler
  • 48f0f37 Remove unsupported MD5 and SHA256 modules
  • b76b551 Update SDK bindings to 73.0 (Firmware 1.0.1)
  • 2136cd5 build(bindings): bump SDK to 1.0.1
  • da24fc6 Merge pull request #152 from flipperzero-rs/upgrade-bindings-action
  • c12331a ci(update_bindings): temporarily disable reviewer assignment
  • a6fc07a build(tools): remove debug find from Dockerfile
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [flipperzero-sys](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.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2024

Looks like flipperzero-sys is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 12, 2024
auto-merge was automatically disabled September 12, 2024 16:33

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/flipperzero-sys-0.12.0 branch September 12, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants