Skip to content

Commit e30b8e7

Browse files
committed
Release 0.1.2
1 parent f06207b commit e30b8e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "macro-string"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["development-tools::procedural-macro-helpers"]
66
description = "Eager evaluation of macros like `concat!` and `env!`"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
//! }
6868
//! ```
6969
70-
#![doc(html_root_url = "https://docs.rs/macro-string/0.1.1")]
70+
#![doc(html_root_url = "https://docs.rs/macro-string/0.1.2")]
7171

7272
use proc_macro2::TokenStream;
7373
use quote::{quote, ToTokens};

0 commit comments

Comments
 (0)