We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ca2a49 + 0c4e57e commit dbdf9d1Copy full SHA for dbdf9d1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "raw-parts"
3
-version = "2.2.0"
+version = "2.2.1"
4
authors = ["Ryan Lopopolo <rjl@hyperbo.la>"]
5
license = "MIT"
6
edition = "2021"
README.md
@@ -23,7 +23,7 @@ Add this to your `Cargo.toml`:
23
24
```toml
25
[dependencies]
26
-raw-parts = "2.2.0"
+raw-parts = "2.2.1"
27
```
28
29
Then decompose `Vec<T>`s like:
src/lib.rs
@@ -53,7 +53,7 @@
53
//! raw-parts is `no_std` compatible with a required dependency on [`alloc`].
54
55
#![no_std]
56
-#![doc(html_root_url = "https://docs.rs/raw-parts/2.2.0")]
+#![doc(html_root_url = "https://docs.rs/raw-parts/2.2.1")]
57
58
extern crate alloc;
59
0 commit comments