Skip to content

Commit

Permalink
Merge pull request #365 from mulkieran/pkg-config-0.3.15
Browse files Browse the repository at this point in the history
Increase pkg-config dependency lower bound to 0.3.15
  • Loading branch information
mulkieran authored Jul 18, 2024
2 parents 4139951 + 8ec49f5 commit f19bfd4
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.7"
pkg-config = "0.3.15"
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.7"
pkg-config = "0.3.15"
semver = "1.0.0"

[build-dependencies.bindgen]
Expand Down

0 comments on commit f19bfd4

Please sign in to comment.