Skip to content

Commit c2a8466

Browse files
authored
signature_derive v2.1.0 (#1395)
1 parent 11e7c73 commit c2a8466

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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_derive/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
## 2.1.0 (2023-11-12)
8+
### Changed
9+
- MSRV 1.60 ([#1387])
10+
11+
[#1387]: https://github.com/RustCrypto/traits/pull/1387
12+
713
## 2.0.1 (2023-04-17)
814
### Changed
915
- Bump `syn` to v2 ([#1299])

signature_derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "signature_derive"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = "Custom derive support for the 'signature' crate"
77
documentation = "https://docs.rs/signature"
8-
repository = "https://github.com/RustCrypto/traits/tree/master/signature-derive"
8+
repository = "https://github.com/RustCrypto/traits/tree/master/signature_derive"
99
readme = "README.md"
1010
edition = "2021"
1111
rust-version = "1.60"

0 commit comments

Comments
 (0)