Skip to content

Commit 3eeedb4

Browse files
committed
Update Cargo.toml
1 parent aeca75c commit 3eeedb4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

constraint_counter/Cargo.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
[package]
22
edition = "2021"
3-
name = "constraint_counter"
3+
name = "constraint_counter"
44
version = "0.1.0"
55

66
[dependencies]
77
clap = { version = "4.4", features = ["derive"] }
88

99
ark-ff = { version = "^0.5.0", default-features = false, features = [
10-
"parallel",
11-
"asm",
10+
"parallel",
11+
"asm",
1212
] }
1313
ark-r1cs-std = { version = "^0.5.0", default-features = false, features = [
14-
"parallel",
14+
"parallel",
1515
] }
1616
ark-relations = { version = "^0.5.0", default-features = false }
1717
ark-serialize = { version = "^0.5.0", default-features = false }
1818
ark-std = { version = "^0.5.0", default-features = false, features = [
19-
"parallel",
19+
"parallel",
2020
] }
2121
num-bigint = "0.4"
2222

2323
acvm = { git = "https://github.com/noir-lang/noir" }
2424

25-
ark-bn254 = { version = "^0.5" }
26-
serde = { version = "^1.0.0", features = ["derive"] }
25+
ark-bn254 = { version = "^0.5" }
26+
serde = { version = "^1.0.0", features = ["derive"] }
2727
serde_json = "^1.0.0"
2828

2929
[profile.release]
3030
codegen-units = 1
31-
lto = "fat"
32-
opt-level = 3
33-
panic = "abort"
34-
strip = true
31+
lto = "fat"
32+
opt-level = 3
33+
panic = "abort"
34+
strip = true

0 commit comments

Comments
 (0)