Skip to content

Commit 5d80515

Browse files
authored
signature_derive v1.0.0-pre.6 (#1104)
1 parent 2711ff5 commit 5d80515

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

signature/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["cryptography", "no-std"]
1515
[dependencies]
1616
digest = { version = "0.10.3", optional = true, default-features = false }
1717
rand_core = { version = "0.6", optional = true, default-features = false }
18-
signature_derive = { version = "=1.0.0-pre.5", optional = true, path = "derive" }
18+
signature_derive = { version = "=1.0.0-pre.6", optional = true, path = "derive" }
1919

2020
[dev-dependencies]
2121
hex-literal = "0.3"

signature/derive/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.0.0-pre.6 (2022-09-12)
8+
### Added
9+
- `DigestSigner`/`DigestVerifier` support ([#1103])
10+
11+
### Removed
12+
- `synstructure` dependency ([#1100])
13+
14+
[#1100]: https://github.com/RustCrypto/traits/pull/1100
15+
[#1103]: https://github.com/RustCrypto/traits/pull/1103
16+
717
## 1.0.0-pre.5 (2022-08-14)
818
### Changed
919
- Rust 2021 edition upgrade; MSRV 1.56 ([#1081])

signature/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "signature_derive"
3-
version = "1.0.0-pre.5"
3+
version = "1.0.0-pre.6"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = "Custom derive support for the 'signature' crate"

0 commit comments

Comments
 (0)