mirror of
https://git.mentality.rip/numas13/xash3d-master.git
synced 2025-02-08 21:24:14 +00:00
master: do not limit dependency versions
This commit is contained in:
parent
6956b6a1ce
commit
c3031d371a
@ -18,20 +18,20 @@ logtime = ["chrono"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0.49"
|
thiserror = "1.0.49"
|
||||||
getopts = "0.2.21"
|
getopts = "0.2.21"
|
||||||
log = "<0.4.19"
|
log = "0.4.18"
|
||||||
bitflags = "2.4"
|
bitflags = "2.4"
|
||||||
fastrand = "2.0.1"
|
fastrand = "2.0.1"
|
||||||
serde = { version = "1.0.188", features = ["derive"] }
|
serde = { version = "1.0.188", features = ["derive"] }
|
||||||
toml = "0.5.11"
|
toml = "0.5.11"
|
||||||
blake2b_simd = "=1.0.0"
|
blake2b_simd = "1.0"
|
||||||
ahash = "<0.5"
|
ahash = "0.4.8"
|
||||||
xash3d-protocol = { path = "../protocol", version = "0.1.0" }
|
xash3d-protocol = { path = "../protocol", version = "0.1.0" }
|
||||||
|
|
||||||
[target.'cfg(not(windows))'.dependencies]
|
[target.'cfg(not(windows))'.dependencies]
|
||||||
signal-hook = { version = "0.3.17", default-features = false }
|
signal-hook = { version = "0.3.17", default-features = false }
|
||||||
|
|
||||||
[dependencies.chrono]
|
[dependencies.chrono]
|
||||||
version = "<0.4.27"
|
version = "0.4.26"
|
||||||
optional = true
|
optional = true
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["clock"]
|
features = ["clock"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user