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 {