Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Release 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 5, 2023
1 parent 933caea commit 58a4a8f
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 = "paste"
version = "1.0.11"
version = "1.0.12"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools", "no-std"]
description = "Macros for all your token pasting needs"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
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.11")]
#![doc(html_root_url = "https://docs.rs/paste/1.0.12")]
#![allow(
clippy::derive_partial_eq_without_eq,
clippy::doc_markdown,
Expand Down

0 comments on commit 58a4a8f

Please sign in to comment.