From da161fd4ff183d9e4e17c18a06ca401cadf6cf57 Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Fri, 2 Oct 2015 13:28:05 -0500 Subject: [PATCH] Upgrade to Rust nightly 20151002 --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- macros/src/pre_expand.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 939044db..93ac2988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "html5ever" -version = "0.2.5" +version = "0.2.6" authors = [ "The html5ever Project Developers" ] license = "MIT / Apache-2.0" repository = "https://github.com/servo/html5ever" @@ -34,7 +34,7 @@ rustc-serialize = "0.3.15" [build-dependencies] phf_codegen = "0.7.3" rustc-serialize = "0.3.15" -html5ever_macros = { version = "0.2.0", path = "macros", optional = true } +html5ever_macros = { version = "0.2.4", path = "macros", optional = true } [profile.dev] debug = false diff --git a/macros/Cargo.toml b/macros/Cargo.toml index ee5ed7fd..6aede1ef 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "html5ever_macros" -version = "0.2.3" +version = "0.2.4" authors = [ "The html5ever Project Developers" ] license = "MIT / Apache-2.0" repository = "https://github.com/servo/html5ever" diff --git a/macros/src/pre_expand.rs b/macros/src/pre_expand.rs index 451b9d7c..0bacca20 100644 --- a/macros/src/pre_expand.rs +++ b/macros/src/pre_expand.rs @@ -47,7 +47,7 @@ fn find_and_expand_match_token(cx: &mut ext::base::ExtCtxt, tts: Vec { // `!` if !matches!(tts.next(), Some(ast::TokenTree::TtToken(_, token::Token::Not))) {