Skip to content

Commit 786e203

Browse files
Update bitflags requirement from 1.2 to 2.1 in /lib/vibrio
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.2.0...2.1.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc25186 commit 786e203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vibrio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["staticlib", "rlib"]
1414
[dependencies]
1515
kpi = { path = "../kpi" }
1616
lineup = { path = "../lineup" }
17-
bitflags = "1.2"
17+
bitflags = "2.1"
1818
log = "0.4"
1919
x86 = { version = "0.52", features = ["unstable"] }
2020
slabmalloc = "0.10"

0 commit comments

Comments
 (0)