Skip to content

Commit

Permalink
Update bitflags requirement from 1.0 to 2.5
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.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent a128519 commit 6b58e1a
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.5"
coreaudio-sys = { version = "0.2", default-features = false }
core-foundation-sys = "0.8.3"

Expand Down

0 comments on commit 6b58e1a

Please sign in to comment.