Skip to content

Commit e8783be

Browse files
committed
version bump
1 parent 18e031a commit e8783be

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 0.0.98 — 2016-11-08
5+
* Fixes a an issue due to a change in how cargo handles `--sysroot`, which broke `cargo clippy`
6+
47
## 0.0.97 — 2016-11-03
58
* For convenience, `cargo clippy` defines a `cargo-clippy` feature. This was
69
previously added for a short time under the name `clippy` but removed for

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.97"
3+
version = "0.0.98"
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.97", path = "clippy_lints" }
28+
clippy_lints = { version = "0.0.98", path = "clippy_lints" }
2929
# end automatic update
3030

3131
[dev-dependencies]

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.97"
4+
version = "0.0.98"
55
# end automatic update
66
authors = [
77
"Manish Goregaokar <[email protected]>",

0 commit comments

Comments
 (0)