Skip to content

Commit

Permalink
Merge pull request #234 from dusk-network/update-dep
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
moCello authored Dec 13, 2023
2 parents 941d3d1 + 37231a4 commit c568950
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Update `dusk-bls12_381` to 0.13
- Update `dusk-jubjub` to 0.14
- Update `dusk-plonk` to 0.18
- Update `dusk-hades` to 0.23

## [0.31.0] - 2023-10-11

### Changed
Expand Down
16 changes: 4 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,15 @@ categories = ["algorithms", "cryptography", "no-std", "wasm"]
keywords = ["cryptography", "zero-knowledge", "crypto"]

repository = "https://github.com/dusk-network/poseidon252"
authors = [
"zer0 <[email protected]>",
"vlopes11 <[email protected]>",
"CPerezz <[email protected]>",
"Kristoffer Ström <[email protected]>",
"Eduardo Leegwater Simões <[email protected]>",
"Moana Marcello <[email protected]>",
]
edition = "2021"
license = "MPL-2.0"

[dependencies]
dusk-bls12_381 = { version = "0.12", default-features = false }
dusk-jubjub = { version = "0.13", default-features = false }
dusk-bls12_381 = { version = "0.13", default-features = false }
dusk-jubjub = { version = "0.14", default-features = false }
dusk-bytes = "0.1"
dusk-hades = "0.22"
dusk-plonk = { version = "0.16", default-features = false, features = ["alloc"] }
dusk-hades = "0.23"
dusk-plonk = { version = "0.18", default-features = false, features = ["alloc"] }
rkyv = { version = "0.7", optional = true, default-features = false }
bytecheck = { version = "0.6", optional = true, default-features = false }

Expand Down

0 comments on commit c568950

Please sign in to comment.