Skip to content

Commit

Permalink
Changed dusk-jubjub tov0.3.5 to fix Fr rnd gen (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopes11 authored Jul 30, 2020
1 parent e656df0 commit 15a01c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.4] - 29-07-20

### Changed
- Changed `dusk-jubjub` version to `v0.3.5` to fix Fr random gen.

## [0.2.3] - 28-07-20

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dusk-plonk"
version = "0.2.3"
version = "0.2.4"
authors = ["Kevaundray Wedderburn <kevtheappdev@gmail.com>",
"Luke Pearson <luke@dusk.network>",
"CPerezz <carlos@dusk.network>"]
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.4"
dusk-jubjub = "0.3.5"

[dev-dependencies]
rand = "0.7.0"
Expand Down

0 comments on commit 15a01c3

Please sign in to comment.