mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
Bump to 0.0.80
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.0.80 — 2016-07-31
|
||||
* Rustup to *rustc 1.12.0-nightly (1225e122f 2016-07-30)*
|
||||
|
||||
## 0.0.79 — 2016-07-10
|
||||
* Rustup to *rustc 1.12.0-nightly (f93aaf84c 2016-07-09)*
|
||||
* Major suggestions refactoring
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "clippy"
|
||||
version = "0.0.79"
|
||||
version = "0.0.80"
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"Andre Bogus <bogusandre@gmail.com>",
|
||||
@@ -25,7 +25,7 @@ test = false
|
||||
|
||||
[dependencies]
|
||||
# begin automatic update
|
||||
clippy_lints = { version = "0.0.79", path = "clippy_lints" }
|
||||
clippy_lints = { version = "0.0.80", path = "clippy_lints" }
|
||||
# end automatic update
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "clippy_lints"
|
||||
# begin automatic update
|
||||
version = "0.0.79"
|
||||
version = "0.0.80"
|
||||
# end automatic update
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
|
||||
Reference in New Issue
Block a user