From 8c29e8be7462da08d1d47674a0b62169cb9f2856 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Sun, 30 Jun 2019 13:10:16 +0900 Subject: [PATCH] Update rustfmt-config_proc_macro to 0.1.2 --- config_proc_macro/Cargo.lock | 2 +- config_proc_macro/Cargo.toml | 2 +- config_proc_macro/tests/smoke.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config_proc_macro/Cargo.lock b/config_proc_macro/Cargo.lock index f1efb8e7dfd..fa855b3140b 100644 --- a/config_proc_macro/Cargo.lock +++ b/config_proc_macro/Cargo.lock @@ -18,7 +18,7 @@ dependencies = [ [[package]] name = "rustfmt-config_proc_macro" -version = "0.1.0" +version = "0.1.2" dependencies = [ "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/config_proc_macro/Cargo.toml b/config_proc_macro/Cargo.toml index 632212fce03..a2eb782e272 100644 --- a/config_proc_macro/Cargo.toml +++ b/config_proc_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustfmt-config_proc_macro" -version = "0.1.1" +version = "0.1.2" authors = ["topecongiro "] edition = "2018" description = "A collection of procedural macros for rustfmt" diff --git a/config_proc_macro/tests/smoke.rs b/config_proc_macro/tests/smoke.rs index a8b8a901ac9..940a8a0c251 100644 --- a/config_proc_macro/tests/smoke.rs +++ b/config_proc_macro/tests/smoke.rs @@ -7,7 +7,7 @@ pub mod config { #[allow(dead_code)] #[allow(unused_imports)] mod tests { - use config_proc_macro::config_type; + use rustfmt_config_proc_macro::config_type; #[config_type] enum Bar {