Skip to content

Commit 16aaafe

Browse files
authored
pkcs7 v0.4.1 (#1063)
This release deprecates the `pkcs7` crate in favor of the `cms` crate
1 parent 613940b commit 16aaafe

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.

pkcs7/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
## 0.4.1 (2023-05-13)
8+
9+
🚨 DEPRECATED! 🚨
10+
11+
Use the [`cms` crate](https://github.com/RustCrypto/formats/tree/master/cms) instead ([#1062])
12+
13+
[#1062]: https://github.com/RustCrypto/formats/pull/1062
14+
715
## 0.4.0 (2023-03-18)
816
### Added
917
- `SignedData` type to ([#813])

pkcs7/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pkcs7"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "DEPRECATED: use the `cms` crate instead"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)