diff --git a/wrappers/rust/icicle-core/Cargo.toml b/wrappers/rust/icicle-core/Cargo.toml index 21d32eeba..29f5fa173 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.2.0" +version = "1.3.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 dbf6e30f0..245081bc8 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.2.0" +version = "1.3.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 8556e9213..4d8cac00e 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.2.0" +version = "1.3.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 cd45fb369..03bf0550e 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.2.0" +version = "1.3.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 0b54e5c02..f8b5703a9 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.2.0" +version = "1.3.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 50b6459f3..5d6d74ae8 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.2.0" +version = "1.3.0" edition = "2021" authors = [ "Ingonyama" ] description = "Rust wrapper for the CUDA implementation of BW6-761 pairing friendly elliptic curve by Ingonyama"