Skip to content

Commit

Permalink
Release 1.0.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 11, 2019
1 parent 1d757d4 commit ab7241b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "quote-next"
version = "1.0.0-rc2" # don't forget to update html_root_url, version in readme for breaking changes
version = "1.0.0-rc3" # don't forget to update html_root_url, version in readme for breaking changes
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Quasi-quoting macro quote!(...)"
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//!
//! ```toml
//! [dependencies]
//! quote-next = "1.0.0-rc2"
//! quote-next = "1.0.0-rc3"
//! ```
//!
//! <br>
Expand Down Expand Up @@ -73,7 +73,7 @@
//! ```

// Quote types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/quote-next/1.0.0-rc2")]
#![doc(html_root_url = "https://docs.rs/quote-next/1.0.0-rc3")]

#[cfg(all(
not(all(target_arch = "wasm32", target_os = "unknown")),
Expand Down

0 comments on commit ab7241b

Please sign in to comment.