Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Don't use versions unless you have to
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatyping committed Apr 30, 2020
1 parent 7bf3bcf commit 69e01d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ reduce = "0.1.2"
serde = { version = "1.0.106", features = ["derive"] }
bincode = "1.2.1"
better-panic = "0.2.0"
squaremat = { path = "./squaremat", version = "0.6" }
squaremat = { path = "./squaremat" }
md5 = "0.7.0"
lbfgsb-sys = { git = "https://github.com/ethanhs/lbfgsb-sys.git", version = "0.1.0", features = ["static"], optional = true }
lbfgsb-sys = { git = "https://github.com/ethanhs/lbfgsb-sys.git", features = ["static"], optional = true }
rand = "0.7.3"

[dependencies.pyo3]
Expand Down

0 comments on commit 69e01d9

Please sign in to comment.