Skip to content

Commit

Permalink
Update dusk-jubjub version to 0.3.4 for dhke ecc (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopes11 authored Jul 29, 2020
1 parent 6da6e05 commit e656df0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [0.2.3] - 28-07-20

### Changed
- Changed `dusk-jubjub` version to `v0.3.4` to update dhke generation.

## [0.2.2] - 25-07-20

### Added
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dusk-plonk"
version = "0.2.2"
version = "0.2.3"
authors = ["Kevaundray Wedderburn <[email protected]>",
"Luke Pearson <[email protected]>",
"CPerezz <[email protected]>"]
Expand Down Expand Up @@ -31,7 +31,7 @@ itertools = "0.8.2"
rand_chacha = "0.2"
rayon = "1.3.0"
failure = "0.1.7"
dusk-jubjub = "0.3.3"
dusk-jubjub = "0.3.4"

[dev-dependencies]
rand = "0.7.0"
Expand All @@ -42,4 +42,4 @@ rustdoc-args = [ "--html-in-header", "katex-header.html" ]
[features]
nightly = []
trace = []
trace-print = ["trace"]
trace-print = ["trace"]

0 comments on commit e656df0

Please sign in to comment.