Skip to content

Commit

Permalink
Merge pull request #7 from artichoke/release-prep/v1.0.1
Browse files Browse the repository at this point in the history
Prepare for v1.0.1 release
  • Loading branch information
lopopolo authored Nov 14, 2021
2 parents 75b343d + d52563e commit b1e2986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0"
version = "1.0.1"
authors = ["Ryan Lopopolo <[email protected]>"]
edition = "2021"
description = """
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.0")]
#![doc(html_root_url = "https://docs.rs/raw-parts/1.0.1")]

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

0 comments on commit b1e2986

Please sign in to comment.