Skip to content

Commit

Permalink
Merge pull request #234 from dusk-network/mocello/update_dep
Browse files Browse the repository at this point in the history
core: Update dependencies
  • Loading branch information
moCello authored Aug 8, 2024
2 parents 419fceb + 4a6b711 commit f9fa47e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- impl `Eq` for `StealthAddress`
- impl `Eq` for `TxSkeleton`

### Changed

- Update `bls12_381-bls` dep to 0.4

## [0.30.0] - 2024-07-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = [".github/workflows/dusk-ci.yml", ".gitignore"]
rand = { version = "0.8", default-features = false }
dusk-bytes = "0.1"
dusk-bls12_381 = { version = "0.13", default-features = false }
bls12_381-bls = { version = "0.3", default-features = false }
bls12_381-bls = { version = "0.4", default-features = false }
dusk-jubjub = { version = "0.14", default-features = false, features = ["zeroize"] }
dusk-poseidon = "0.39"
jubjub-schnorr = "0.4"
Expand Down

0 comments on commit f9fa47e

Please sign in to comment.