]> git.lizzy.rs Git - rust.git/commitdiff
plugin
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 9 May 2015 09:54:54 +0000 (15:24 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sat, 9 May 2015 09:54:54 +0000 (15:24 +0530)
Cargo.toml

index 01151894867a9efc177980497381a656e8cbc2b6..3c3e700eea560605980d32dc6d46417a59ef075e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.2"
+version = "0.0.3"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>"
@@ -13,7 +13,7 @@ keywords = ["clippy", "lint", "plugin"]
 
 [lib]
 name = "clippy"
-crate_type = ["dylib"]
+plugin = true
 
 [dev-dependencies]
 compiletest_rs = "*"