Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ntBre/rust-pbqff
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Jan 13, 2024
2 parents d63f5ba + 7578d74 commit dc17eeb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
intder = { git = "https://github.com/ntBre/intder" }
libc = "0.2.147"
libc = "0.2.151"
nalgebra = "0.32.3"
psqs = { git = "https://github.com/ntBre/psqs" }
rust-anpass = { git = "https://github.com/ntBre/rust-anpass" }
Expand All @@ -18,11 +18,11 @@ symm = { git = "https://github.com/ntBre/symm" }
taylor = { git = "https://github.com/ntBre/taylor" }
toml = "0.8.8"
rustc-hash = "1.1.0"
clap = { version = "4.4.7", features = ["derive"] }
clap = { version = "4.4.12", features = ["derive"] }

[dev-dependencies]
approx = "0.5.1"
tempfile = "3.8.1"
tempfile = "3.9.0"

[[bin]]
name = "cart"
Expand Down

0 comments on commit dc17eeb

Please sign in to comment.