Skip to content

Commit effe018

Browse files
committed
update dependencies
1 parent f493531 commit effe018

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "good_lp"
3-
version = "1.14.1"
3+
version = "1.14.2"
44
authors = ["Ophir LOJKINE <contact@ophir.dev>"]
55
edition = "2018"
66
repository = "https://github.com/rust-or/good_lp"
@@ -41,7 +41,7 @@ coin_cbc = { version = "0.1", optional = true, default-features = false }
4141
microlp = { version = "0.2.11", optional = true }
4242
lpsolve = { version = "1.0.1", optional = true }
4343
highs = { version = "2.0.0", optional = true }
44-
russcip = { version = "0.8.2", optional = true }
44+
russcip = { version = "0.9.1", optional = true }
4545
lp-solvers = { version = "1.0.0", features = ["cplex"], optional = true }
4646
cplex-rs = { version = "0.1.9", optional = true }
4747
clarabel = { version = "0.11.0", optional = true, features = [] }
@@ -51,7 +51,7 @@ fnv = "1.0.5"
5151
float_eq = "1.0"
5252

5353
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
54-
criterion = "0.6"
54+
criterion = "0.7"
5555

5656
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
5757
wasm-bindgen-test = "0.3.0"

0 commit comments

Comments
 (0)