Skip to content

Commit

Permalink
Merge pull request #64 from dusk-network/bump_plonk
Browse files Browse the repository at this point in the history
Bump deps & crate version
  • Loading branch information
CPerezz authored Sep 29, 2020
2 parents 0043a2b + 82f4ca3 commit 4b14083
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.8.0] - 29-09-20
### Changed
- Use `dusk-plonk` `v0.2.11`
- Use `hades252 0.8.0`

## [0.7.0] - 23-09-20
### Changed
- Removed PI constraint from `merkle_opening_gadget` to implement
`CircuitBuilder` trait.
- Use `nstack 0.5.0`


## [0.6.4] - 07-09-20
### Added
- `PoseidonCipher` from/to bytes.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poseidon252"
version = "0.7.0"
version = "0.8.0"
authors = [
"zer0 <[email protected]>", "vlopes11 <[email protected]>", "CPerezz <[email protected]>", "Kristoffer Ström <[email protected]>"
]
Expand All @@ -10,8 +10,8 @@ edition = "2018"
kelvin = "0.19.0"
nstack = "0.5"
lazy_static = "1.3.0"
hades252 = { git = "https://github.com/dusk-network/hades252", tag = "v0.7.0" }
dusk-plonk = "0.2.8"
hades252 = { git = "https://github.com/dusk-network/hades252", tag = "v0.8.0" }
dusk-plonk = {version = "0.2.11", features = ["trace-print"]}
anyhow = "1.0"
thiserror = "1.0"

Expand Down

0 comments on commit 4b14083

Please sign in to comment.