File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
Recent Changes (arrayvec)
2
2
=========================
3
3
4
+ ## 0.7.1
5
+
6
+ - Add new ArrayVec methods ` .take() ` and ` .into_inner_unchecked() ` by @conradludgate
7
+ - ` clone_from ` now uses ` truncate ` when needed by @a1phyr
8
+
4
9
## 0.7.0
5
10
6
11
- ` fn new_const ` is now the way to const-construct arrayvec and arraystring,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " arrayvec"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
authors = [" bluss" ]
5
5
license = " MIT OR Apache-2.0"
6
6
edition = " 2018"
Original file line number Diff line number Diff line change 15
15
//!
16
16
//! This version of arrayvec requires Rust 1.51 or later.
17
17
//!
18
- #![ doc( html_root_url="https://docs.rs/arrayvec/0.6 /" ) ]
18
+ #![ doc( html_root_url="https://docs.rs/arrayvec/0.7 /" ) ]
19
19
#![ cfg_attr( not( feature="std" ) , no_std) ]
20
20
21
21
#[ cfg( feature="serde" ) ]
You can’t perform that action at this time.
0 commit comments