Skip to content

Commit

Permalink
Upgrade canonical to v0.5 ( #371 ) (#372)
Browse files Browse the repository at this point in the history
* Upgrade canonical to v0.5 ( #371 )

* Changelog for v0.5
  • Loading branch information
vlopes11 authored Jan 27, 2021
1 parent 8ac39a1 commit cae6972
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 27-01-21
### Changed
- Upgrade canonical to v0.5 (#371)
- Upgrade dusk-bls12_381 to v0.6
- Upgrade dusk-jubjub to v0.8

## [0.4.0] - 26-01-21
### Fixed
- Heavy data structures from unchecked [#332](https://github.com/dusk-network/plonk/issues/332)
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dusk-plonk"
version = "0.4.0"
version = "0.5.0"
authors = ["Kevaundray Wedderburn <[email protected]>",
"Luke Pearson <[email protected]>",
"CPerezz <[email protected]>"]
Expand All @@ -26,16 +26,16 @@ rand = "0.7"
rand_core = {version="0.5", default-features=false}
dusk-bytes = "0.1"
# Built by default with "std", "alloc", "pairing", "groups" and "endo" features.
dusk-bls12_381 = "0.5"
dusk-jubjub = "0.7"
dusk-bls12_381 = "0.6"
dusk-jubjub = "0.8"
itertools = "0.9.0"
rand_chacha = "0.2"
rayon = "1.3.0"
anyhow = "1.0.32"
thiserror = "1.0"
serde = "1.0"
# Dusk related deps for WASMI serde
canonical = {version = "0.4", optional = true}
canonical = {version = "0.5", optional = true}

[dev-dependencies]
tempdir = "0.3"
Expand Down

0 comments on commit cae6972

Please sign in to comment.