maint: Remove Cargo.toml patch constraints
(cherry picked from commit 155550be6a8487771ddb67d09f3eba829e54e622)
This commit is contained in:
parent
83dece62b2
commit
b3a80dd36e
6 changed files with 21 additions and 21 deletions
|
|
@ -9,5 +9,5 @@ license = "LGPL-2.1"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.69.4"
|
||||
pkg-config = "0.3.30"
|
||||
bindgen = "0.69"
|
||||
pkg-config = "0.3"
|
||||
|
|
|
|||
|
|
@ -8,11 +8,11 @@ license = "LGPL-2.1"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.79"
|
||||
anyhow = "1.0"
|
||||
nix-store = { path = "../nix-store" }
|
||||
nix-util = { path = "../nix-util" }
|
||||
nix-c-raw = { path = "../nix-c-raw" }
|
||||
lazy_static = "1.4.0"
|
||||
ctor = "0.2.7"
|
||||
tempfile = "3.10.1"
|
||||
cstr = "0.2.12"
|
||||
lazy_static = "1.4"
|
||||
ctor = "0.2"
|
||||
tempfile = "3.10"
|
||||
cstr = "0.2"
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ license = "LGPL-2.1"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.79"
|
||||
anyhow = "1.0"
|
||||
nix-store = { path = "../nix-store" }
|
||||
nix-util = { path = "../nix-util" }
|
||||
nix-c-raw = { path = "../nix-c-raw" }
|
||||
ctor = "0.2.7"
|
||||
tempfile = "3.10.1"
|
||||
cstr = "0.2.12"
|
||||
ctor = "0.2"
|
||||
tempfile = "3.10"
|
||||
cstr = "0.2"
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ license = "LGPL-2.1"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.79"
|
||||
anyhow = "1.0"
|
||||
nix-expr = { path = "../nix-expr" }
|
||||
nix-fetchers = { path = "../nix-fetchers" }
|
||||
nix-store = { path = "../nix-store" }
|
||||
nix-util = { path = "../nix-util" }
|
||||
nix-c-raw = { path = "../nix-c-raw" }
|
||||
lazy_static = "1.4.0"
|
||||
ctor = "0.2.7"
|
||||
tempfile = "3.10.1"
|
||||
cstr = "0.2.12"
|
||||
lazy_static = "1.4"
|
||||
ctor = "0.2"
|
||||
tempfile = "3.10"
|
||||
cstr = "0.2"
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@ license = "LGPL-2.1"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.79"
|
||||
anyhow = "1.0"
|
||||
nix-util = { path = "../nix-util" }
|
||||
nix-c-raw = { path = "../nix-c-raw" }
|
||||
lazy_static = "1.4.0"
|
||||
lazy_static = "1.4"
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "0.3.30"
|
||||
pkg-config = "0.3"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ license = "LGPL-2.1"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.79"
|
||||
anyhow = "1.0"
|
||||
nix-c-raw = { path = "../nix-c-raw" }
|
||||
ctor = "0.2.7"
|
||||
ctor = "0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue