File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.10.4] - 2024-09-23
11+
12+ - Backported a fix for RUSTSEC-2023-0033: Forbid Vectors of Zero-sized types from de-/serialization (#145 )
13+
1014## [ 0.10.3] - 2022-03-22
1115
1216- Add optional bytes/bytesmut support
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ members = [
1010
1111[workspace .package ]
1212# shared version of all public crates in the workspace
13- version = " 0.10.3 "
13+ version = " 0.10.4 "
1414rust-version = " 1.66.0"
Original file line number Diff line number Diff line change @@ -6,11 +6,3 @@ changelog_update = false
66name = " borsh"
77changelog_update = true
88changelog_path = " ./CHANGELOG.md"
9-
10- [[package ]]
11- name = " borsh-fuzz"
12- publish = false
13-
14- [[package ]]
15- name = " benchmarks"
16- publish = false
You can’t perform that action at this time.
0 commit comments