Skip to content

Commit

Permalink
v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Sep 24, 2024
1 parent 39e800e commit 49b3f5e
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.6.2"
version = "1.6.3"
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.69.1"
bindgen = "0.70.1"
cmake = { version = "0.1.49", optional = true }
pkg-config = { version = "0.3.27", optional = true }

Expand Down

0 comments on commit 49b3f5e

Please sign in to comment.