mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
publish
This commit is contained in:
parent
814cb11c7d
commit
0397c6ee9a
@ -1,6 +1,9 @@
|
||||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.0.109 — 2017-01-19
|
||||
* Update to *1.16.0-nightly (c07a6ae77 2017-01-17)*
|
||||
|
||||
## 0.0.108 — 2017-01-12
|
||||
* Update to *rustc 1.16.0-nightly (2782e8f8f 2017-01-12)*
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "clippy"
|
||||
version = "0.0.108"
|
||||
version = "0.0.109"
|
||||
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.108", path = "clippy_lints" }
|
||||
clippy_lints = { version = "0.0.109", path = "clippy_lints" }
|
||||
# end automatic update
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "clippy_lints"
|
||||
# begin automatic update
|
||||
version = "0.0.108"
|
||||
version = "0.0.109"
|
||||
# end automatic update
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
|
Loading…
Reference in New Issue
Block a user