Skip to content

Commit 9dcfe6e

Browse files
committed
Update edition + deps
1 parent 77e81e9 commit 9dcfe6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "good_lp"
33
version = "1.15.0"
44
authors = ["Ophir LOJKINE <contact@ophir.dev>"]
5-
edition = "2018"
5+
edition = "2024"
66
repository = "https://github.com/rust-or/good_lp"
77
documentation = "https://docs.rs/good_lp"
88
description = " Mixed Integer Linear Programming for Rust, with an user-friendly API. This crate allows modeling LP problems, and lets you solve them with various solvers."
@@ -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.7"
54+
criterion = "0.8"
5555

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

0 commit comments

Comments
 (0)