From 5a96f9937d0a7176d88c766bd3ef2062b0c26c37 Mon Sep 17 00:00:00 2001 From: Jeremy Felder Date: Wed, 31 Jan 2024 16:34:14 +0200 Subject: [PATCH] Bump for release --- examples/rust/msm/Cargo.toml | 8 ++++---- examples/rust/ntt/Cargo.toml | 8 ++++---- wrappers/rust/icicle-core/Cargo.toml | 2 +- wrappers/rust/icicle-cuda-runtime/Cargo.toml | 2 +- wrappers/rust/icicle-curves/icicle-bls12-377/Cargo.toml | 2 +- wrappers/rust/icicle-curves/icicle-bls12-381/Cargo.toml | 2 +- wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml | 2 +- wrappers/rust/icicle-curves/icicle-bw6-761/Cargo.toml | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/examples/rust/msm/Cargo.toml b/examples/rust/msm/Cargo.toml index 505d95598..af22da0db 100644 --- a/examples/rust/msm/Cargo.toml +++ b/examples/rust/msm/Cargo.toml @@ -4,10 +4,10 @@ version = "1.0.0" edition = "2018" [dependencies] -icicle-cuda-runtime = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.0.0" } -icicle-core = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.0.0" } -icicle-bn254 = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.0.0", features = [ "g2" ] } -icicle-bls12-377 = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.0.0" } +icicle-cuda-runtime = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.1.0" } +icicle-core = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.1.0" } +icicle-bn254 = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.1.0", features = [ "g2" ] } +icicle-bls12-377 = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.1.0" } ark-bn254 = { version = "0.4.0", optional = true} ark-bls12-377 = { version = "0.4.0", optional = true} ark-ec = { version = "0.4.0", optional = true} diff --git a/examples/rust/ntt/Cargo.toml b/examples/rust/ntt/Cargo.toml index 33a52e4cc..09d19fbbc 100644 --- a/examples/rust/ntt/Cargo.toml +++ b/examples/rust/ntt/Cargo.toml @@ -4,10 +4,10 @@ version = "1.0.0" edition = "2018" [dependencies] -icicle-cuda-runtime = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.0.0" } -icicle-core = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.0.0", features = ["arkworks"] } -icicle-bn254 = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.0.0", features = ["arkworks"] } -icicle-bls12-377 = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.0.0", features = ["arkworks"] } +icicle-cuda-runtime = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.1.0" } +icicle-core = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.1.0", features = ["arkworks"] } +icicle-bn254 = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.1.0", features = ["arkworks"] } +icicle-bls12-377 = { git = "https://github.com/ingonyama-zk/icicle.git", tag = "v1.1.0", features = ["arkworks"] } ark-ff = { version = "0.4.0" } ark-poly = "0.4.0" diff --git a/wrappers/rust/icicle-core/Cargo.toml b/wrappers/rust/icicle-core/Cargo.toml index fa158792e..348de6989 100644 --- a/wrappers/rust/icicle-core/Cargo.toml +++ b/wrappers/rust/icicle-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icicle-core" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = [ "Ingonyama" ] description = "A library for GPU ZK acceleration by Ingonyama" diff --git a/wrappers/rust/icicle-cuda-runtime/Cargo.toml b/wrappers/rust/icicle-cuda-runtime/Cargo.toml index 9e49a767c..26524bb3b 100644 --- a/wrappers/rust/icicle-cuda-runtime/Cargo.toml +++ b/wrappers/rust/icicle-cuda-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icicle-cuda-runtime" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = [ "Ingonyama" ] description = "Ingonyama's Rust wrapper of CUDA runtime" diff --git a/wrappers/rust/icicle-curves/icicle-bls12-377/Cargo.toml b/wrappers/rust/icicle-curves/icicle-bls12-377/Cargo.toml index f0338f8b8..5b928e4ea 100644 --- a/wrappers/rust/icicle-curves/icicle-bls12-377/Cargo.toml +++ b/wrappers/rust/icicle-curves/icicle-bls12-377/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icicle-bls12-377" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = [ "Ingonyama" ] description = "Rust wrapper for the CUDA implementation of BLS12-377 pairing friendly elliptic curve by Ingonyama" diff --git a/wrappers/rust/icicle-curves/icicle-bls12-381/Cargo.toml b/wrappers/rust/icicle-curves/icicle-bls12-381/Cargo.toml index b34ea3289..a69cb1a0b 100644 --- a/wrappers/rust/icicle-curves/icicle-bls12-381/Cargo.toml +++ b/wrappers/rust/icicle-curves/icicle-bls12-381/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icicle-bls12-381" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = [ "Ingonyama" ] description = "Rust wrapper for the CUDA implementation of BLS12-381 pairing friendly elliptic curve by Ingonyama" diff --git a/wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml b/wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml index 06da60b4d..c5cec37ee 100644 --- a/wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml +++ b/wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icicle-bn254" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = [ "Ingonyama" ] description = "Rust wrapper for the CUDA implementation of BN254 pairing friendly elliptic curve by Ingonyama" diff --git a/wrappers/rust/icicle-curves/icicle-bw6-761/Cargo.toml b/wrappers/rust/icicle-curves/icicle-bw6-761/Cargo.toml index 4cd28219f..52ba0dffd 100644 --- a/wrappers/rust/icicle-curves/icicle-bw6-761/Cargo.toml +++ b/wrappers/rust/icicle-curves/icicle-bw6-761/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icicle-bw6-761" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = [ "Ingonyama" ] description = "Rust wrapper for the CUDA implementation of BW6-761 pairing friendly elliptic curve by Ingonyama"