File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## 0.7.10 (2024-04-18)
8+ ### Fixed
9+ - append in ` Encode::encode_to_vec ` (backport [ #1760 ] )
10+
11+ [ #1760 ] : https://github.com/RustCrypto/formats/pull/1760
12+
713## 0.7.9 (2024-04-01)
814### Changed
915- ignore RUSTSEC-2023-0071 (backport [ #1276 ] )
Original file line number Diff line number Diff line change 11[package ]
22name = " der"
3- version = " 0.7.9 "
3+ version = " 0.7.10 "
44description = """
55Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules
66(DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with
You can’t perform that action at this time.
0 commit comments