mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
bumb dependencies
This commit is contained in:
parent
231e3256c5
commit
f890ff2847
3 changed files with 14 additions and 11 deletions
16
Cargo.toml
16
Cargo.toml
|
|
@ -10,15 +10,15 @@ edition = "2018"
|
|||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
arrayvec = "0.5"
|
||||
arrayvec = "0.7.2"
|
||||
bitflags = "1.0"
|
||||
bv = "0.11"
|
||||
itertools = "0.10"
|
||||
thiserror = "1.0"
|
||||
lzma-rs = "0.1"
|
||||
binread = "1.0"
|
||||
parse-display = "0.4"
|
||||
static_assertions = "1.1"
|
||||
bv = "0.11.1"
|
||||
itertools = "0.10.3"
|
||||
thiserror = "1.0.30"
|
||||
lzma-rs = "0.2.0"
|
||||
binread = "2.2.0"
|
||||
parse-display = "0.5.3"
|
||||
static_assertions = "1.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
obj = "0.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue