Skip to content

Commit 2a43296

Browse files
committed
Stop using fast-line-col feature from pest crate.
This feature will be removed in future versions: pest-parser/pest#787
1 parent 40cd662 commit 2a43296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yara-x-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ itertools = { workspace = true }
3030
lazy_static = { workspace = true }
3131
line-span = { workspace = true }
3232
num = { workspace = true }
33-
pest = { workspace = true, features=["fast-line-col"] }
33+
pest = { workspace = true }
3434
pest_derive = { workspace = true }
3535
protobuf = { workspace = true }
3636
rustc-hash = { workspace = true }

0 commit comments

Comments
 (0)