Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.
/ paste Public archive

Commit 58a4a8f

Browse files
committed
Release 1.0.12
1 parent 933caea commit 58a4a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "paste"
3-
version = "1.0.11"
3+
version = "1.0.12"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["development-tools", "no-std"]
66
description = "Macros for all your token pasting needs"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
//! method_new!(Paste); // expands to #[doc = "Create a new `Paste` object"]
138138
//! ```
139139
140-
#![doc(html_root_url = "https://docs.rs/paste/1.0.11")]
140+
#![doc(html_root_url = "https://docs.rs/paste/1.0.12")]
141141
#![allow(
142142
clippy::derive_partial_eq_without_eq,
143143
clippy::doc_markdown,

0 commit comments

Comments
 (0)