Skip to content

Commit

Permalink
Merge pull request #20 from artichoke/release-v1.1.0
Browse files Browse the repository at this point in the history
Bump version to v1.1.0
  • Loading branch information
lopopolo authored Dec 12, 2021
2 parents 10f1fdb + 08debb0 commit 2accfc4
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 = "1.0.2"
version = "1.1.0"
authors = ["Ryan Lopopolo <[email protected]>"]
edition = "2021"
rust-version = "1.56.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
raw-parts = "1.0"
raw-parts = "1.1"
```

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/1.0.2")]
#![doc(html_root_url = "https://docs.rs/raw-parts/1.1.0")]

// Ensure code blocks in `README.md` compile
#[cfg(doctest)]
Expand Down

0 comments on commit 2accfc4

Please sign in to comment.