Skip to content

Commit 7b65feb

Browse files
authored
Version bump 1.0.10 -> 1.0.11 (#105)
1 parent 33a7ab6 commit 7b65feb

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 = "macrotest"
3-
version = "1.0.10" # remember to update in lib.rs
3+
version = "1.0.11" # remember to update in lib.rs
44
authors = ["eupn <[email protected]>"]
55
edition = "2018"
66
rust-version = "1.56"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![crate_type = "lib"]
2-
#![doc(html_root_url = "https://docs.rs/macrotest/1.0.10")]
2+
#![doc(html_root_url = "https://docs.rs/macrotest/1.0.11")]
33

44
//! #### &emsp; Test harness for macro expansion.
55
//!

0 commit comments

Comments
 (0)