Skip to content

Commit d387eb6

Browse files
authored
Merge pull request #840 from dusk-network/fix-msg-packer
bump version to `0.20.2`
2 parents 253e6fa + f14cc57 commit d387eb6

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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.20.2] - 2024-11-14
11+
12+
### Changed
13+
14+
- Lock msgpacker version to `0.4.3`
15+
1016
## [0.20.0] - 2024-08-14
1117

1218
### Changed
@@ -718,7 +724,8 @@ is necessary since `rkyv/validation` was required as a bound.
718724
[#282]: https://github.com/dusk-network/plonk/issues/282
719725

720726
<!-- VERSIONS -->
721-
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.20.0...HEAD
727+
[Unreleased]: https://github.com/dusk-network/plonk/compare/v0.20.2...HEAD
728+
[0.20.2]: https://github.com/dusk-network/plonk/compare/v0.20.0...v0.20.2
722729
[0.20.0]: https://github.com/dusk-network/plonk/compare/v0.19.2...v0.20.0
723730
[0.19.2]: https://github.com/dusk-network/plonk/compare/v0.19.1...v0.19.2
724731
[0.19.1]: https://github.com/dusk-network/plonk/compare/v0.19.0...v0.19.1

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dusk-plonk"
3-
version = "0.20.0"
3+
version = "0.20.2"
44
categories =["algorithms", "cryptography", "science", "mathematics"]
55
edition = "2021"
66
keywords = ["cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto"]
@@ -23,7 +23,7 @@ dusk-jubjub = {version = "0.14", default-features = false}
2323
ff = {version = "0.13", default-features = false}
2424
itertools = {version = "0.9", default-features = false}
2525
hashbrown = {version = "0.9", default-features=false, features = ["ahash"]}
26-
msgpacker = {version = "0.4", default-features=false, features = ["alloc", "derive"], optional=true}
26+
msgpacker = {version = "=0.4.3", default-features=false, features = ["alloc", "derive"], optional=true}
2727
miniz_oxide = {version = "0.7", default-features=false, features = ["with-alloc"], optional = true}
2828
rayon = {version = "1.3", optional = true}
2929
sha2 = {version = "0.10", default-features = false, optional = true}

0 commit comments

Comments
 (0)