Skip to content

Commit

Permalink
Merge pull request #132 from dusk-network/update_dep
Browse files Browse the repository at this point in the history
Update bls12_381 dependency to 0.13
  • Loading branch information
moCello authored Dec 13, 2023
2 parents 9caa7df + bbaa879 commit c7fdfe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `from_var_bytes` to fr [#126] and refactor and rename to `hash_to_scalar` [#129]
- Add `hash_to_point` to `ExtendedPoint` [#129]

## Changed

- Update dependency `bls12_381` to 0.13

## [0.13.1] - 2023-10-11

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version = "1"
default-features = false

[dependencies.dusk-bls12_381]
version = "0.12"
version = "0.13"
default-features = false

[dependencies.ff]
Expand Down

0 comments on commit c7fdfe2

Please sign in to comment.