fix: outdated syntax in README

This commit is contained in:
iff 2023-08-02 03:05:25 +02:00
parent 26384f4ffe
commit a9cea6edf1
2 changed files with 7 additions and 2 deletions

View file

@ -7,3 +7,6 @@ edition = "2021"
colored = "2.0"
rule_parser = { path = "rule_parser" }
regex-lite = "0.1"
[profile.release]
strip = true