Skip to content

Commit

Permalink
Merge pull request #132 from artichoke/lopopolo/prepare-v2.1.0-release
Browse files Browse the repository at this point in the history
Prepare v2.1.0 release
  • Loading branch information
lopopolo authored Jul 11, 2024
2 parents 1eb11a9 + 8c5fadd commit 39bf78b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raw-parts"
version = "2.0.0"
version = "2.1.0"
authors = ["Ryan Lopopolo <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
raw-parts = "2.0.0"
raw-parts = "2.1.0"
```

Then decompose `Vec<T>`s like:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
//! raw-parts is `no_std` compatible with a required dependency on [`alloc`].

#![no_std]
#![doc(html_root_url = "https://docs.rs/raw-parts/2.0.0")]
#![doc(html_root_url = "https://docs.rs/raw-parts/2.1.0")]

extern crate alloc;

Expand Down

0 comments on commit 39bf78b

Please sign in to comment.