Do not use caret requirements (#2498)
This commit is contained in:
parent
1f55458293
commit
a388012429
@ -150,7 +150,7 @@ serde_json = { version = "1.0", optional = true, default-features = false, featu
|
|||||||
"alloc",
|
"alloc",
|
||||||
] }
|
] }
|
||||||
miniz_oxide = { version = "0.7.1", optional = true }
|
miniz_oxide = { version = "0.7.1", optional = true }
|
||||||
hostname = { version = "^0.4", optional = true } # Is there really no gethostname in the stdlib?
|
hostname = { version = "0.4", optional = true } # Is there really no gethostname in the stdlib?
|
||||||
rand_core = { version = "0.6", optional = true }
|
rand_core = { version = "0.6", optional = true }
|
||||||
nix = { version = "0.29", default-features = false, optional = true, features = [
|
nix = { version = "0.29", default-features = false, optional = true, features = [
|
||||||
"signal",
|
"signal",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user