Skip to content

Commit

Permalink
Update bitflags requirement from 1.0 to 2.6
Browse files Browse the repository at this point in the history
Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@1.0.0...2.6.0)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 8ca4a99 commit 193eb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ open_al = ["coreaudio-sys/open_al"]
core_midi = ["coreaudio-sys/core_midi"]

[dependencies]
bitflags = "1.0"
bitflags = "2.6"
coreaudio-sys = { version = "0.2", default-features = false }
core-foundation-sys = "0.8.3"

Expand Down

0 comments on commit 193eb71

Please sign in to comment.