Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Update dusk-poseidon to v0.20 (#43)
Browse files Browse the repository at this point in the history
Resolves #42
  • Loading branch information
vlopes11 authored Apr 6, 2021
1 parent a6d222f commit 157305a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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.6.2] - 2021-04-06

### Changed

- Update dusk-poseidon to `v0.20` [#42](https://github.com/dusk-network/dusk-pki/issues/42)

## [0.6.1] - 2021-02-12

### Added
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-pki"
version = "0.6.1"
version = "0.6.2"
authors = ["zer0 <[email protected]>", "Victor Lopez <[email protected]>"]
edition = "2018"

Expand All @@ -16,7 +16,7 @@ rand_core = "0.5"
dusk-bytes = "0.1"
subtle = {version="^2.2.1", default-features=false}
dusk-jubjub = {version="0.8", default-features=false}
dusk-poseidon = {version="0.18", default-features = false}
dusk-poseidon = {version="0.20", default-features = false}
canonical = {version = "0.5", optional = true}
canonical_derive = {version = "0.5", optional = true}

Expand Down

0 comments on commit 157305a

Please sign in to comment.