Skip to content

Commit

Permalink
Merge pull request #18 from dusk-network/v0.3.1
Browse files Browse the repository at this point in the history
Bump to v0.3.1
  • Loading branch information
CPerezz authored Jul 20, 2020
2 parents 9c57292 + e9dc40d commit 977acac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ license = "MIT/Apache-2.0"
name = "dusk-jubjub"
repository = "https://github.com/dusk-network/jubjub"
version = "0.3.1"
keywords = ["cryptography", "jubjub", "zk-snarks", "ecc", "elliptic-curve"]
categories =["algorithms", "cryptography", "science"]
edition = "2018"
exclude = [".github/workflows/ci.yml",
".gitignore",
]

[dependencies]
dusk-bls12_381 = {git = "https://github.com/dusk-network/bls12_381", tag = "0.1.2"}
dusk-bls12_381 = "0.1.2"

[dependencies.subtle]
version = "^2.2.1"
Expand Down

0 comments on commit 977acac

Please sign in to comment.