File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " raw-parts"
3- version = " 2.2.1 "
3+ version = " 2.2.2 "
44authors = [" Ryan Lopopolo <rjl@hyperbo.la>" ]
55license = " MIT"
66edition = " 2021"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add this to your `Cargo.toml`:
2323
2424``` toml
2525[dependencies ]
26- raw-parts = " 2.2.1 "
26+ raw-parts = " 2.2.2 "
2727```
2828
2929Then decompose ` Vec<T> ` s like:
Original file line number Diff line number Diff line change 1717//
1818// This approach is borrowed from tokio.
1919#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
20- #![ cfg_attr( docsrs, feature( doc_alias) ) ]
2120
2221//! A wrapper around the decomposed parts of a `Vec<T>`.
2322//!
5352//! raw-parts is `no_std` compatible with a required dependency on [`alloc`].
5453
5554#![ no_std]
56- #![ doc( html_root_url = "https://docs.rs/raw-parts/2.2.1 " ) ]
55+ #![ doc( html_root_url = "https://docs.rs/raw-parts/2.2.2 " ) ]
5756
5857extern crate alloc;
5958
You can’t perform that action at this time.
0 commit comments