diff --git a/Cargo.toml b/Cargo.toml index c4479e15d47d..ba1198b9d88e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "clippy" -version = "0.0.38" +version = "0.0.39" authors = [ "Manish Goregaokar ", "Andre Bogus ", - "Georg Brandl " + "Georg Brandl ", + "Martin Carton " ] description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/Manishearth/rust-clippy"