Skip to content

Commit 193eb71

Browse files
Update bitflags requirement from 1.0 to 2.6
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]>
1 parent 8ca4a99 commit 193eb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ open_al = ["coreaudio-sys/open_al"]
2222
core_midi = ["coreaudio-sys/core_midi"]
2323

2424
[dependencies]
25-
bitflags = "1.0"
25+
bitflags = "2.6"
2626
coreaudio-sys = { version = "0.2", default-features = false }
2727
core-foundation-sys = "0.8.3"
2828

0 commit comments

Comments
 (0)