Rename rustc_macro to proc_macro

Fixes #575
This commit is contained in:
Mark Roghelia
2016-10-08 18:29:36 -04:00
parent e547a06639
commit ef5d09e144
16 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
[lib]
name = "serde_derive"
rustc-macro = true
proc-macro = true
[dependencies.serde_codegen]
version = "=0.8.11"