Skip to content

Commit cae6972

Browse files
authored
Upgrade canonical to v0.5 ( #371 ) (#372)
* Upgrade canonical to v0.5 ( #371 ) * Changelog for v0.5
1 parent 8ac39a1 commit cae6972

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.0] - 27-01-21
11+
### Changed
12+
- Upgrade canonical to v0.5 (#371)
13+
- Upgrade dusk-bls12_381 to v0.6
14+
- Upgrade dusk-jubjub to v0.8
15+
1016
## [0.4.0] - 26-01-21
1117
### Fixed
1218
- Heavy data structures from unchecked [#332](https://github.com/dusk-network/plonk/issues/332)

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dusk-plonk"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Kevaundray Wedderburn <[email protected]>",
55
"Luke Pearson <[email protected]>",
66
"CPerezz <[email protected]>"]
@@ -26,16 +26,16 @@ rand = "0.7"
2626
rand_core = {version="0.5", default-features=false}
2727
dusk-bytes = "0.1"
2828
# Built by default with "std", "alloc", "pairing", "groups" and "endo" features.
29-
dusk-bls12_381 = "0.5"
30-
dusk-jubjub = "0.7"
29+
dusk-bls12_381 = "0.6"
30+
dusk-jubjub = "0.8"
3131
itertools = "0.9.0"
3232
rand_chacha = "0.2"
3333
rayon = "1.3.0"
3434
anyhow = "1.0.32"
3535
thiserror = "1.0"
3636
serde = "1.0"
3737
# Dusk related deps for WASMI serde
38-
canonical = {version = "0.4", optional = true}
38+
canonical = {version = "0.5", optional = true}
3939

4040
[dev-dependencies]
4141
tempdir = "0.3"

0 commit comments

Comments
 (0)