Skip to content

Commit 7856b9a

Browse files
committed
Bump required winnow version
Fixes #77
1 parent c781cb9 commit 7856b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["development-tools"]
1414

1515
[dependencies]
1616
unicode_categories = "0.1.1"
17-
winnow = { version = "0.6.20", features = ["simd"] }
17+
winnow = { version = "0.6.23", features = ["simd"] }
1818

1919
[dev-dependencies]
2020
criterion = "0.4"

0 commit comments

Comments
 (0)