Skip to content

Commit

Permalink
Merge pull request #149 from dusk-network/mocello/148_update_dep
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
moCello authored Apr 3, 2024
2 parents fd8e8df + cc8177b commit 238edf5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Update bls12_381-bls -> 0.2
- Update jubjub-schnorr -> 0.2

## [0.25.0] - 2024-01-24

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ exclude = [".github/workflows/ci.yml", ".gitignore"]
rand_core = { version = "0.6", default-features = false }
dusk-bytes = "0.1"
dusk-bls12_381 = { version = "0.13", default-features = false }
bls12_381-bls = { version = "0.1", default-features = false }
bls12_381-bls = { version = "0.2", default-features = false }
dusk-jubjub = { version = "0.14", default-features = false }
dusk-poseidon = { version = "0.33", default-features = false }
jubjub-schnorr = { version = "0.1", default-features = false }
jubjub-schnorr = { version = "0.2", default-features = false }
subtle = { version = "^2.2.1", default-features = false }
rkyv = { version = "0.7", optional = true, default-features = false }
bytecheck = { version = "0.6", optional = true, default-features = false }
Expand Down

0 comments on commit 238edf5

Please sign in to comment.