diff --git a/Cargo.toml b/Cargo.toml index b967529b..90c11373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ rustdoc-args = ["--html-in-header", "katex-header.html"] num = "0.4" # Our own stuff - L-BFGS: limited-memory BFGS directions -lbfgs = "0.2" +lbfgs = "0.3" # Instant is a generic timer that works on Wasm (with wasm-bindgen) instant = { version = "0.1" }