Skip to content

Commit 872719b

Browse files
chore(deps): update bitflags requirement from >=2.0, <2.13 to >=2.0, <2.14
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@2.0.0...2.13.0) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8c5482 commit 872719b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ apple-metal = { version = ">=0.6, <0.9", default-features = false }
7272
# 2.12.0 overflows the macro recursion limit while compiling dispatch2, which
7373
# breaks `--all-targets`/`--all-features` lint and test builds. This is a
7474
# dev-only constraint and does not affect the published dependency set.
75-
bitflags = ">=2.0, <2.13"
75+
bitflags = ">=2.0, <2.14"
7676
png = "0.18"
7777
tokio = { version = "1", features = ["sync", "rt", "rt-multi-thread", "macros", "test-util"] }
7878
winit = "0.30"

0 commit comments

Comments
 (0)