Skip to content

Commit 5f7beb3

Browse files
authored
Merge pull request #375 from alphaville/dependabot/cargo/lbfgs-0.3
Update lbfgs requirement from 0.2 to 0.3
2 parents 3d563d4 + bf7f875 commit 5f7beb3

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)