This commit is contained in:
Manish Goregaokar 2015-05-09 15:24:54 +05:30
parent 5b1cda74c6
commit 709dfe1cea
1 changed files with 2 additions and 2 deletions

View File

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