Skip to content

Commit

Permalink
update bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Sep 14, 2023
1 parent c8d4213 commit 5b51d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "highs-sys"
version = "1.5.3"
version = "1.6.0"
authors = ["Ophir LOJKINE"]
edition = "2018"
description = "Rust binding for the HiGHS linear programming solver. See http://highs.dev."
Expand All @@ -12,7 +12,7 @@ keywords = ["linear-programming", "optimization", "math", "solver"]
[dependencies]

[build-dependencies]
bindgen = "0.63.0"
bindgen = "0.68.0"
cmake = { version = "0.1.49", optional = true }
pkg-config = { version = "0.3.27", optional = true }

Expand Down

0 comments on commit 5b51d95

Please sign in to comment.