Skip to content

Commit

Permalink
Release 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 3, 2023
1 parent 4daf3fd commit 8ddd15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "paste"
version = "1.0.12"
version = "1.0.13"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools", "no-std", "no-std::no-alloc"]
description = "Macros for all your token pasting needs"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -137,7 +137,7 @@
//! method_new!(Paste); // expands to #[doc = "Create a new `Paste` object"]
//! ```

#![doc(html_root_url = "https://docs.rs/paste/1.0.12")]
#![doc(html_root_url = "https://docs.rs/paste/1.0.13")]
#![allow(
clippy::derive_partial_eq_without_eq,
clippy::doc_markdown,
Expand Down

0 comments on commit 8ddd15d

Please sign in to comment.