1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

fix handling of mallformed utf8

This commit is contained in:
Robin Appelman 2020-12-06 21:22:53 +01:00
commit 8f754d3f44
4 changed files with 8 additions and 5 deletions

View file

@ -21,8 +21,7 @@ name = "loop"
path = "src/bin/loop.rs"
[dependencies]
#bitbuffer = "0.8"
bitbuffer = { version = "0.8", path = "../../bitbuffer"}
bitbuffer = "0.8.1"
num_enum = "0.5"
num-traits = "0.2"
enumflags2 = "0.6"