File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
Recent Changes (arrayvec)
2
2
=========================
3
3
4
+ ## 0.7.4
5
+
6
+ - Add feature zeroize to support the ` Zeroize ` trait by @elichai
7
+
4
8
## 0.7.3
5
9
6
10
- Use track_caller on multiple methods like push and similar, for capacity
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " arrayvec"
3
- version = " 0.7.3 "
3
+ version = " 0.7.4 "
4
4
authors = [" bluss" ]
5
5
license = " MIT OR Apache-2.0"
6
6
edition = " 2018"
@@ -49,7 +49,7 @@ debug = true
49
49
debug = true
50
50
51
51
[package .metadata .docs .rs ]
52
- features = [" serde" ]
52
+ features = [" serde" , " zeroize " ]
53
53
54
54
[package .metadata .release ]
55
55
no-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
2
2
3
3
Permission is hereby granted, free of charge, to any
4
4
person obtaining a copy of this software and associated
Original file line number Diff line number Diff line change 11
11
//! - Optional
12
12
//! - Enable serialization for ArrayVec and ArrayString using serde 1.x
13
13
//!
14
+ //! - `zeroize`
15
+ //! - Optional
16
+ //! - Implement `Zeroize` for ArrayVec and ArrayString
17
+ //!
14
18
//! ## Rust Version
15
19
//!
16
20
//! This version of arrayvec requires Rust 1.51 or later.
You can’t perform that action at this time.
0 commit comments