Skip to content

Commit 66a997c

Browse files
authored
Pin generic-array to v0.14.7 and release crypto-common v0.1.7 (#2088)
1 parent 25614e2 commit 66a997c

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto-common/CHANGELOG.md

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

8+
## 0.1.7 (2025-11-12)
9+
### Changed
10+
- Pin `generic-array` to v0.14.7 ([#2088])
11+
12+
[#2088]: https://github.com/RustCrypto/traits/pull/2088
13+
814
## 0.1.6 (2022-07-16)
915
### Added
1016
- Move `ParBlocks`/`ParBlocksSizeUser` from `cipher` crate ([#1052])

crypto-common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crypto-common"
33
description = "Common cryptographic traits"
4-
version = "0.1.6"
4+
version = "0.1.7"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
@@ -12,7 +12,7 @@ keywords = ["crypto", "traits"]
1212
categories = ["cryptography", "no-std"]
1313

1414
[dependencies]
15-
generic-array = { version = "0.14.4", features = ["more_lengths"] }
15+
generic-array = { version = "=0.14.7", features = ["more_lengths"] }
1616
typenum = "1.14" # earlier versions of typenum don't satisfy the 'static bound on U* types
1717

1818
# optional dependencies

0 commit comments

Comments
 (0)