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