Skip to content

Commit 0facdc6

Browse files
committed
testing with lbfgs-rs:0.3.0-alpha.1
1 parent 813e549 commit 0facdc6

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.3"
8181

8282
# Our own stuff - L-BFGS: limited-memory BFGS directions
83-
lbfgs = "0.2.2"
83+
lbfgs = "0.3.0-alpha.1"
8484

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

0 commit comments

Comments
 (0)