Skip to content

Commit bf7f875

Browse files
Update lbfgs requirement from 0.2 to 0.3
Updates the requirements on [lbfgs](https://github.com/korken89/lbfgs-rs) to permit the latest version. - [Release notes](https://github.com/korken89/lbfgs-rs/releases) - [Changelog](https://github.com/korken89/lbfgs-rs/blob/master/CHANGELOG.md) - [Commits](korken89/lbfgs-rs@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: lbfgs dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54a35b8 commit bf7f875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ rustdoc-args = ["--html-in-header", "katex-header.html"]
8080
num = "0.4"
8181

8282
# Our own stuff - L-BFGS: limited-memory BFGS directions
83-
lbfgs = "0.2"
83+
lbfgs = "0.3"
8484

8585
# Instant is a generic timer that works on Wasm (with wasm-bindgen)
8686
instant = { version = "0.1" }

0 commit comments

Comments
 (0)