Skip to content

Commit 0921330

Browse files
Update bitflags requirement to 1.0 in /iui
Updates the requirements on [bitflags](https://github.com/rust-lang-nursery/bitflags) to permit the latest version. - [Release notes](https://github.com/rust-lang-nursery/bitflags/releases) - [Changelog](https://github.com/rust-lang-nursery/bitflags/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/bitflags/commits/1.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent d52fe39 commit 0921330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ is-it-maintained-open-issues = { repository = "LeoTindall/libui-rs" }
4343
maintenance = { status = "actively-developed" }
4444

4545
[dependencies]
46-
bitflags = "0.7"
46+
bitflags = "1.0"
4747
libc = "0.2"
4848
failure = "0.1.1"
4949
ui-sys = "0.1.1"

0 commit comments

Comments
 (0)