]> git.lizzy.rs Git - rust.git/blobdiff - mini-macro/Cargo.toml
Merge pull request #3439 from dtolnay/npbv
[rust.git] / mini-macro / Cargo.toml
index f884ab48059fb9d033b0cfcabe5601e96a6bfd66..2cdba4c32364c2eb9dd94ae063c7494799b3bac6 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy-mini-macro-test"
-version = "0.1.0"
+version = "0.2.0"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -10,10 +10,10 @@ authors = [
 ]
 license = "MPL-2.0"
 description = "A macro to test clippy's procedural macro checks"
-repository = "https://github.com/Manishearth/rust-clippy"
+repository = "https://github.com/rust-lang/rust-clippy"
 
 [lib]
 name = "clippy_mini_macro_test"
-plugin = true
+proc-macro = true
 
 [dependencies]