]> git.lizzy.rs Git - rust.git/commitdiff
Add @mcarton as owner
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 12 Feb 2016 21:29:39 +0000 (02:59 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Fri, 12 Feb 2016 21:29:39 +0000 (02:59 +0530)
Cargo.toml

index c4479e15d47df42883fe983629cc6a9acb28aae1..ba1198b9d88ec5085d5e72bd279f65b997f2f6c4 100644 (file)
@@ -1,10 +1,11 @@
 [package]
 name = "clippy"
-version = "0.0.38"
+version = "0.0.39"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
-       "Georg Brandl <georg@python.org>"
+       "Georg Brandl <georg@python.org>",
+       "Martin Carton <cartonmartin@gmail.com>"
 ]
 description = "A bunch of helpful lints to avoid common pitfalls in Rust"
 repository = "https://github.com/Manishearth/rust-clippy"