Skip to content

Commit e656df0

Browse files
authored
Update dusk-jubjub version to 0.3.4 for dhke ecc (#271)
1 parent 6da6e05 commit e656df0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212

1313

14+
## [0.2.3] - 28-07-20
15+
16+
### Changed
17+
- Changed `dusk-jubjub` version to `v0.3.4` to update dhke generation.
18+
1419
## [0.2.2] - 25-07-20
1520

1621
### Added

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dusk-plonk"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Kevaundray Wedderburn <[email protected]>",
55
"Luke Pearson <[email protected]>",
66
"CPerezz <[email protected]>"]
@@ -31,7 +31,7 @@ itertools = "0.8.2"
3131
rand_chacha = "0.2"
3232
rayon = "1.3.0"
3333
failure = "0.1.7"
34-
dusk-jubjub = "0.3.3"
34+
dusk-jubjub = "0.3.4"
3535

3636
[dev-dependencies]
3737
rand = "0.7.0"
@@ -42,4 +42,4 @@ rustdoc-args = [ "--html-in-header", "katex-header.html" ]
4242
[features]
4343
nightly = []
4444
trace = []
45-
trace-print = ["trace"]
45+
trace-print = ["trace"]

0 commit comments

Comments
 (0)