File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11Recent Changes (arrayvec)
22=========================
33
4+ ## 0.7.4
5+
6+ - Add feature zeroize to support the ` Zeroize ` trait by @elichai
7+
48## 0.7.3
59
610- Use track_caller on multiple methods like push and similar, for capacity
Original file line number Diff line number Diff line change 11[package ]
22name = " arrayvec"
3- version = " 0.7.3 "
3+ version = " 0.7.4 "
44authors = [" bluss" ]
55license = " MIT OR Apache-2.0"
66edition = " 2018"
@@ -49,7 +49,7 @@ debug = true
4949debug = true
5050
5151[package .metadata .docs .rs ]
52- features = [" serde" ]
52+ features = [" serde" , " zeroize " ]
5353
5454[package .metadata .release ]
5555no-dev-version = true
Original file line number Diff line number Diff line change 1- Copyright (c) Ulrik Sverdrup "bluss" 2015-2017
1+ Copyright (c) Ulrik Sverdrup "bluss" 2015-2023
22
33Permission is hereby granted, free of charge, to any
44person obtaining a copy of this software and associated
Original file line number Diff line number Diff line change 1111//! - Optional
1212//! - Enable serialization for ArrayVec and ArrayString using serde 1.x
1313//!
14+ //! - `zeroize`
15+ //! - Optional
16+ //! - Implement `Zeroize` for ArrayVec and ArrayString
17+ //!
1418//! ## Rust Version
1519//!
1620//! This version of arrayvec requires Rust 1.51 or later.
You can’t perform that action at this time.
0 commit comments