Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelder authored and ImmanuelSegol committed Feb 8, 2024
1 parent b6dded8 commit d367a8c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion wrappers/rust/icicle-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wrappers/rust/icicle-cuda-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wrappers/rust/icicle-curves/icicle-bls12-377/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
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
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wrappers/rust/icicle-curves/icicle-bn254/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
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
@@ -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"
Expand Down

0 comments on commit d367a8c

Please sign in to comment.