Skip to content

Commit

Permalink
restore bindings.rs.saved and up minimal api version
Browse files Browse the repository at this point in the history
  • Loading branch information
gquintard committed Sep 4, 2024
1 parent 8ebfda3 commit ef37bf6
Show file tree
Hide file tree
Showing 2 changed files with 13,861 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fn main() {
Ok(s) => s.split(":").map(PathBuf::from).collect(),
Err(_) => {
match pkg_config::Config::new()
.atleast_version("7.4")
.atleast_version("7.5")
.probe("varnishapi")
{
Ok(l) => l.include_paths,
Expand Down
Loading

0 comments on commit ef37bf6

Please sign in to comment.