Skip to content

Commit

Permalink
Update rustfmt-config_proc_macro to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
topecongiro committed Jun 30, 2019
1 parent a8ca806 commit 8c29e8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config_proc_macro/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config_proc_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion config_proc_macro/tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8c29e8b

Please sign in to comment.