Skip to content

Commit 727436c

Browse files
committedAug 18, 2019
Release 1.0.2
1 parent 53f65a5 commit 727436c

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 = "quote"
3-
version = "1.0.1" # don't forget to update html_root_url, version in readme for breaking changes
3+
version = "1.0.2" # don't forget to update html_root_url, version in readme for breaking changes
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "Quasi-quoting macro quote!(...)"

‎src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
//! ```
7474
7575
// Quote types in rustdoc of other crates get linked to here.
76-
#![doc(html_root_url = "https://docs.rs/quote/1.0.1")]
76+
#![doc(html_root_url = "https://docs.rs/quote/1.0.2")]
7777

7878
#[cfg(all(
7979
not(all(target_arch = "wasm32", target_os = "unknown")),

0 commit comments

Comments
 (0)
Please sign in to comment.