Skip to content

Commit

Permalink
Revert Cargo.lock to ADO compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
swernli committed Jul 3, 2024
1 parent b58a9ef commit de796f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ criterion = "0.5.1"
inkwell = { git = "https://github.com/TheDan64/inkwell", rev = "0.4.0", default-features = false, features = ["llvm14-0"] }
msvc_spectre_libs = { version = "0.1", features = [ "error" ] }
ndarray = "0.15.4"
num-bigint = { version = "0.4.6", default-features = false }
num-bigint = { version = "0.4.5", default-features = false }
num-complex = "0.4"
num-traits = "0.2.19"
pyo3 = "0.20"
Expand Down

0 comments on commit de796f6

Please sign in to comment.