]> git.lizzy.rs Git - rust.git/blobdiff - mini-macro/Cargo.toml
Merge branch 'sync-from-rust3' into rustup
[rust.git] / mini-macro / Cargo.toml
index 1b7dc04f7eb3f00018c18ddab6af2d1c4d1327ab..75ab17588a7f4415fdce9be4a565d3745a7b9491 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>",
@@ -8,12 +8,13 @@ authors = [
        "Martin Carton <cartonmartin@gmail.com>",
        "Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
 ]
-license = "MPL-2.0"
+license = "MIT OR Apache-2.0"
 description = "A macro to test clippy's procedural macro checks"
-repository = "https://github.com/rust-lang-nursery/rust-clippy"
+repository = "https://github.com/rust-lang/rust-clippy"
+edition = "2018"
 
 [lib]
 name = "clippy_mini_macro_test"
-plugin = true
+proc-macro = true
 
 [dependencies]