Skip to content

Commit 02dad1f

Browse files
authored
ed25519 v1.5.2 (#483)
1 parent dc0f3b3 commit 02dad1f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ed25519/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 1.5.2 (2022-05-16)
8+
### Fixed
9+
- Overflow handling in `serde` deserializers ([#482])
10+
11+
[#482]: https://github.com/RustCrypto/signatures/pull/482
12+
713
## 1.5.1 (2022-05-15)
814
### Fixed
915
- Use `TryInto` in `serde` deserializers ([#479])

ed25519/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ed25519"
3-
version = "1.5.1"
3+
version = "1.5.2"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = """

0 commit comments

Comments
 (0)