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,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"