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 11Recent Changes (arrayvec)
22=========================
33
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+
49## 0.7.0
510
611- ` fn new_const ` is now the way to const-construct arrayvec and arraystring,
Original file line number Diff line number Diff line change 11[package ]
22name = " arrayvec"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44authors = [" bluss" ]
55license = " MIT OR Apache-2.0"
66edition = " 2018"
Original file line number Diff line number Diff line change 1515//!
1616//! This version of arrayvec requires Rust 1.51 or later.
1717//!
18- #![ doc( html_root_url="https://docs.rs/arrayvec/0.6 /" ) ]
18+ #![ doc( html_root_url="https://docs.rs/arrayvec/0.7 /" ) ]
1919#![ cfg_attr( not( feature="std" ) , no_std) ]
2020
2121#[ cfg( feature="serde" ) ]
You can’t perform that action at this time.
0 commit comments