mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +02:00
bump dependencies
This commit is contained in:
parent
ea5a2662bf
commit
c459a8308b
1 changed files with 6 additions and 6 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -12,20 +12,20 @@ exclude = ["*.bsp"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
arrayvec = "0.7.2"
|
arrayvec = "0.7.2"
|
||||||
bitflags = "1.0"
|
bitflags = "1.3"
|
||||||
bv = "0.11.1"
|
bv = "0.11.1"
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.37"
|
||||||
lzma-rs = "0.2.0"
|
lzma-rs = "0.2.0"
|
||||||
binrw = "0.8.0"
|
binrw = "0.10.0"
|
||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1.0"
|
||||||
num_enum = "0.5.6"
|
num_enum = "0.5.7"
|
||||||
vbsp-derive = { path = "derive", version = "*" }
|
vbsp-derive = { path = "derive", version = "*" }
|
||||||
cgmath = "0.18.0"
|
cgmath = "0.18.0"
|
||||||
zip = { version = "0.5.13", git = "https://github.com/icewind1991/zip", branch = "lzma-decompression", default-features = false, features = ["lzma"] }
|
zip = { version = "0.6.3", git = "https://github.com/icewind1991/zip", branch = "lzma-decompression", default-features = false, features = ["lzma"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
obj = "0.10"
|
obj = "0.10"
|
||||||
main_error = "0.1.0"
|
main_error = "0.1.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
bench = []
|
bench = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue