Browse Source

release numbering consistency across arkworks

pull/4/head
mmagician 4 months ago
parent
commit
e3bfb8175d
No known key found for this signature in database GPG Key ID: BDEF1AAE14CCE516
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Cargo.lock
  2. +1
    -1
      Cargo.toml

+ 1
- 1
Cargo.lock

@ -101,7 +101,7 @@ dependencies = [
[[package]]
name = "ark-circom"
version = "0.1.0"
version = "0.5.0-alpha"
dependencies = [
"ark-bn254",
"ark-crypto-primitives",

+ 1
- 1
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "ark-circom"
version = "0.1.0"
version = "0.5.0-alpha"
edition = "2018"
description = "Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation in Rust"
license = "MIT OR Apache-2.0"

Loading…
Cancel
Save