Skip to content

Commit 4fcefe2

Browse files
committed
Bump to 0.0.104
1 parent 3de6f9d commit 4fcefe2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## 0.0.104 — 2016-12-01
4+
## 0.0.104 — 2016-12-15
5+
* Update to *rustc 1.15.0-nightly (8f02c429a 2016-12-15)*
56

67
## 0.0.103 — 2016-11-25
78
* Update to *rustc 1.15.0-nightly (d5814b03e 2016-11-23)*

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.103"
3+
version = "0.0.104"
44
authors = [
55
"Manish Goregaokar <[email protected]>",
66
"Andre Bogus <[email protected]>",
@@ -25,7 +25,7 @@ test = false
2525

2626
[dependencies]
2727
# begin automatic update
28-
clippy_lints = { version = "0.0.103", path = "clippy_lints" }
28+
clippy_lints = { version = "0.0.104", path = "clippy_lints" }
2929
# end automatic update
3030

3131
[dev-dependencies]

clippy_lints/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clippy_lints"
33
# begin automatic update
4-
version = "0.0.103"
4+
version = "0.0.104"
55
# end automatic update
66
authors = [
77
"Manish Goregaokar <[email protected]>",

0 commit comments

Comments
 (0)