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:
parent
e5e54de65d
commit
8f754d3f44
4 changed files with 8 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue