mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
safe bitbuffer
This commit is contained in:
parent
8bd4eabae0
commit
851ffbfb3a
2 changed files with 5 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ name = "parse_demo"
|
|||
path = "src/bin/main.rs"
|
||||
|
||||
[dependencies]
|
||||
bitstream_reader = { version = "0.6.6", features = ["unsafe"] }
|
||||
bitstream_reader = { version = "0.6.7" }
|
||||
num_enum = "0.4"
|
||||
num-traits = "0.2"
|
||||
enumflags2 = "0.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue