From ff374fcac7ffc6e1119169242209b98f819b14ba Mon Sep 17 00:00:00 2001 From: release-bot Date: Tue, 23 Apr 2024 02:30:18 +0000 Subject: [PATCH] Bump rust crates' version icicle-babybear@2.0.0 icicle-bls12-377@2.0.0 icicle-bls12-381@2.0.0 icicle-bn254@2.0.0 icicle-bw6-761@2.0.0 icicle-core@2.0.0 icicle-cuda-runtime@2.0.0 icicle-grumpkin@2.0.0 icicle-hash@2.0.0 Generated by cargo-workspaces --- wrappers/rust/Cargo.toml | 2 +- wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml | 2 +- wrappers/rust/icicle-curves/icicle-bw6-761/Cargo.toml | 2 +- wrappers/rust/icicle-hash/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wrappers/rust/Cargo.toml b/wrappers/rust/Cargo.toml index d8f66f62..b29b7901 100644 --- a/wrappers/rust/Cargo.toml +++ b/wrappers/rust/Cargo.toml @@ -16,7 +16,7 @@ exclude = [ ] [workspace.package] -version = "1.10.1" +version = "2.0.0" edition = "2021" authors = [ "Ingonyama" ] homepage = "https://www.ingonyama.com" diff --git a/wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml b/wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml index 8946d901..1ae1e60d 100644 --- a/wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml +++ b/wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml @@ -36,4 +36,4 @@ arkworks = ["ark-bn254", "icicle-core/arkworks"] [[bench]] name = "ecntt" -harness = false # Criterion provides own harness \ No newline at end of file +harness = false # Criterion provides own harness diff --git a/wrappers/rust/icicle-curves/icicle-bw6-761/Cargo.toml b/wrappers/rust/icicle-curves/icicle-bw6-761/Cargo.toml index 486296b8..b978f04f 100644 --- a/wrappers/rust/icicle-curves/icicle-bw6-761/Cargo.toml +++ b/wrappers/rust/icicle-curves/icicle-bw6-761/Cargo.toml @@ -32,4 +32,4 @@ serial_test = "3.0.0" default = [] g2 = ["icicle-bls12-377/bw6-761-g2"] devmode = ["icicle-core/devmode"] -arkworks = ["ark-bw6-761", "icicle-core/arkworks", "icicle-bls12-377/arkworks"] \ No newline at end of file +arkworks = ["ark-bw6-761", "icicle-core/arkworks", "icicle-bls12-377/arkworks"] diff --git a/wrappers/rust/icicle-hash/Cargo.toml b/wrappers/rust/icicle-hash/Cargo.toml index dd384155..f3bef152 100644 --- a/wrappers/rust/icicle-hash/Cargo.toml +++ b/wrappers/rust/icicle-hash/Cargo.toml @@ -15,4 +15,4 @@ icicle-cuda-runtime = { workspace = true } cmake = "0.1.50" [features] -default = [] \ No newline at end of file +default = []