Skip to content

Commit dbdf9d1

Browse files
authored
Merge pull request #196 from artichoke/chore/version-bump-2.2.1
Bump crate version to 2.2.1
2 parents 8ca2a49 + 0c4e57e commit dbdf9d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raw-parts"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Ryan Lopopolo <rjl@hyperbo.la>"]
55
license = "MIT"
66
edition = "2021"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add this to your `Cargo.toml`:
2323

2424
```toml
2525
[dependencies]
26-
raw-parts = "2.2.0"
26+
raw-parts = "2.2.1"
2727
```
2828

2929
Then decompose `Vec<T>`s like:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
//! raw-parts is `no_std` compatible with a required dependency on [`alloc`].
5454
5555
#![no_std]
56-
#![doc(html_root_url = "https://docs.rs/raw-parts/2.2.0")]
56+
#![doc(html_root_url = "https://docs.rs/raw-parts/2.2.1")]
5757

5858
extern crate alloc;
5959

0 commit comments

Comments
 (0)