Skip to content

Commit 242ccaf

Browse files
fix(deps): update rust crate bitflags to v2
1 parent 2a118b3 commit 242ccaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uart8250/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
bitflags = "1"
17+
bitflags = "2"
1818
embedded-hal = { version = "0.2.7", optional = true }
1919
nb = { version = "1.0.0", optional = true }
2020
volatile-register = "0.2"

0 commit comments

Comments
 (0)