maint: Remove Cargo.toml patch constraints

(cherry picked from commit 155550be6a8487771ddb67d09f3eba829e54e622)
This commit is contained in:
Robert Hensing 2025-08-26 15:10:57 +02:00
parent 83dece62b2
commit b3a80dd36e
6 changed files with 21 additions and 21 deletions

View file

@ -9,5 +9,5 @@ license = "LGPL-2.1"
path = "src/lib.rs" path = "src/lib.rs"
[build-dependencies] [build-dependencies]
bindgen = "0.69.4" bindgen = "0.69"
pkg-config = "0.3.30" pkg-config = "0.3"

View file

@ -8,11 +8,11 @@ license = "LGPL-2.1"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
anyhow = "1.0.79" anyhow = "1.0"
nix-store = { path = "../nix-store" } nix-store = { path = "../nix-store" }
nix-util = { path = "../nix-util" } nix-util = { path = "../nix-util" }
nix-c-raw = { path = "../nix-c-raw" } nix-c-raw = { path = "../nix-c-raw" }
lazy_static = "1.4.0" lazy_static = "1.4"
ctor = "0.2.7" ctor = "0.2"
tempfile = "3.10.1" tempfile = "3.10"
cstr = "0.2.12" cstr = "0.2"

View file

@ -8,10 +8,10 @@ license = "LGPL-2.1"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
anyhow = "1.0.79" anyhow = "1.0"
nix-store = { path = "../nix-store" } nix-store = { path = "../nix-store" }
nix-util = { path = "../nix-util" } nix-util = { path = "../nix-util" }
nix-c-raw = { path = "../nix-c-raw" } nix-c-raw = { path = "../nix-c-raw" }
ctor = "0.2.7" ctor = "0.2"
tempfile = "3.10.1" tempfile = "3.10"
cstr = "0.2.12" cstr = "0.2"

View file

@ -8,13 +8,13 @@ license = "LGPL-2.1"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
anyhow = "1.0.79" anyhow = "1.0"
nix-expr = { path = "../nix-expr" } nix-expr = { path = "../nix-expr" }
nix-fetchers = { path = "../nix-fetchers" } nix-fetchers = { path = "../nix-fetchers" }
nix-store = { path = "../nix-store" } nix-store = { path = "../nix-store" }
nix-util = { path = "../nix-util" } nix-util = { path = "../nix-util" }
nix-c-raw = { path = "../nix-c-raw" } nix-c-raw = { path = "../nix-c-raw" }
lazy_static = "1.4.0" lazy_static = "1.4"
ctor = "0.2.7" ctor = "0.2"
tempfile = "3.10.1" tempfile = "3.10"
cstr = "0.2.12" cstr = "0.2"

View file

@ -9,10 +9,10 @@ license = "LGPL-2.1"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
anyhow = "1.0.79" anyhow = "1.0"
nix-util = { path = "../nix-util" } nix-util = { path = "../nix-util" }
nix-c-raw = { path = "../nix-c-raw" } nix-c-raw = { path = "../nix-c-raw" }
lazy_static = "1.4.0" lazy_static = "1.4"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.30" pkg-config = "0.3"

View file

@ -8,6 +8,6 @@ license = "LGPL-2.1"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
anyhow = "1.0.79" anyhow = "1.0"
nix-c-raw = { path = "../nix-c-raw" } nix-c-raw = { path = "../nix-c-raw" }
ctor = "0.2.7" ctor = "0.2"