Update rustfmt-config_proc_macro to 0.1.2

This commit is contained in:
topecongiro 2019-06-30 13:10:16 +09:00
parent a8ca806a5e
commit 8c29e8be74
No known key found for this signature in database
GPG Key ID: 3C13222317860426
3 changed files with 3 additions and 3 deletions

View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "rustfmt-config_proc_macro"
version = "0.1.1"
version = "0.1.2"
authors = ["topecongiro <seuchida@gmail.com>"]
edition = "2018"
description = "A collection of procedural macros for rustfmt"

View File

@ -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 {