Skip to content

Commit

Permalink
Increase pkg-config dependency lower bound to 0.3.17
Browse files Browse the repository at this point in the history
Otherwise the Library .version field may contain a newline, and
Version::parse, wich is used in both build scripts, panics.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Dec 23, 2024
1 parent 74b3072 commit fb0037c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ version = "1.0.0"
features = ["v4"]

[build-dependencies]
pkg-config = "0.3.15"
pkg-config = "0.3.17"
semver = "1.0.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libcryptsetup-rs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["storage", "cryptsetup"]

[build-dependencies]
cc = "1.0.45"
pkg-config = "0.3.15"
pkg-config = "0.3.17"
semver = "1.0.0"

[build-dependencies.bindgen]
Expand Down

0 comments on commit fb0037c

Please sign in to comment.