]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Link with https instead of http
[rust.git] / Cargo.toml
index 71d22cc015e6cbe4d544a58f1b40409d1ef1ac40..9efa70310053989a1b08df8f900e0765f6e13643 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.194"
+version = "0.0.195"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -37,7 +37,7 @@ path = "src/driver.rs"
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.194", path = "clippy_lints" }
+clippy_lints = { version = "0.0.195", path = "clippy_lints" }
 # end automatic update
 regex = "0.2"
 semver = "0.9"