Skip to content

Commit

Permalink
Bump rust crates' version
Browse files Browse the repository at this point in the history
  • Loading branch information
release-bot authored and yshekel committed Sep 3, 2024
1 parent 0b53c1c commit 94aa03b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion wrappers/rust/icicle-curves/icicle-bls12-381/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ harness = false

[[bench]]
name = "ecntt"
harness = false
harness = false
2 changes: 1 addition & 1 deletion wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ harness = false

[[bench]]
name = "ecntt"
harness = false
harness = false
2 changes: 1 addition & 1 deletion wrappers/rust/icicle-curves/icicle-bw6-761/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ harness = false

[[bench]]
name = "msm"
harness = false
harness = false
2 changes: 1 addition & 1 deletion wrappers/rust/icicle-curves/icicle-grumpkin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ pull_cuda_backend = ["icicle-runtime/pull_cuda_backend"]

[[bench]]
name = "msm"
harness = false
harness = false
2 changes: 1 addition & 1 deletion wrappers/rust/icicle-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ cmake = "0.1.50"

[features]
cuda_backend = []
pull_cuda_backend = []
pull_cuda_backend = []

0 comments on commit 94aa03b

Please sign in to comment.