rust-or / good_lp

Linear Programming for Rust, with a user-friendly API. This crate allows modeling LP problems, and lets you solve them with various solvers.
https://crates.io/crates/good_lp
MIT License
216 stars 35 forks source link

deps: fix minimal fnv version #24

Closed 0xalpharush closed 10 months ago

0xalpharush commented 1 year ago

The API used by good_lp wasn't introduced until fnv v1.0.5 so the dependency version needs to be bumped.

ref https://github.com/servo/rust-fnv/releases/tag/v1.0.5

lovasoa commented 10 months ago

sorry for the delay and thanks for the contribution !