Skip to content

Commit

Permalink
chore: pin commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Feb 8, 2024
1 parent fdcdfb0 commit dbc4474
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions curta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = { version = "1.0.40", default-features = false }
itertools = { version = "0.10.0", default-features = false }
log = { version = "0.4.14", default-features = false }
plonky2_maybe_rayon = { version = "0.1.0", default-features = false }
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", default-features = false, optional = true }
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", rev = "d2598bd", default-features = false, optional = true }
num = { version = "0.4", default-features = false }
rand = "0.8.4"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -27,7 +27,7 @@ curve25519-dalek = "4.1.1"
env_logger = "0.9.0"

[dev-dependencies]
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", features = [
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", rev = "d2598bd", features = [
"gate_testing",
] }
env_logger = { version = "0.9.0", default-features = false }
Expand Down

0 comments on commit dbc4474

Please sign in to comment.