Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Commit 0e321ef

Browse files
committed
Use bitflags 0.5
1 parent 4ed1b4b commit 0e321ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ unstable = ["string_cache/unstable"]
1616
heap_size = ["string_cache/heap_size", "heapsize", "heapsize_plugin"]
1717

1818
[dependencies]
19-
bitflags = "0.3"
19+
bitflags = "0.5"
2020
matches = "0.1"
2121
cssparser = "0.5"
2222
smallvec = "0.1"

0 commit comments

Comments
 (0)