Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Sep 27, 2023
1 parent dff4573 commit d47cac2
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"
version = "1.5.0"
version = "1.5.1"
authors = ["Ophir LOJKINE", "rust-or"]
edition = "2021"
description = "Safe rust bindings for the HiGHS linear programming solver. See http://highs.dev."
Expand All @@ -10,4 +10,4 @@ keywords = ["linear-programming", "optimization", "math", "solver"]

[dependencies]
highs-sys = "1.5.0"
log = "0.4.17"
log = "0.4.17"

0 comments on commit d47cac2

Please sign in to comment.