Skip to content

Commit 1e176ca

Browse files
committed
Bump twice
1 parent 5860ca4 commit 1e176ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.39"
3+
version = "0.0.41"
44
authors = [
55
"Manish Goregaokar <[email protected]>",
66
"Andre Bogus <[email protected]>",

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#rust-clippy
22
[![Build Status](https://travis-ci.org/Manishearth/rust-clippy.svg?branch=master)](https://travis-ci.org/Manishearth/rust-clippy)
33
[![Current Version](http://meritbadge.herokuapp.com/clippy)](https://crates.io/crates/clippy)
4-
[![License: MIT/Apache](https://img.shields.io/crates/l/clippy.svg)](#License)
4+
[![License: MPL-2.0](https://img.shields.io/crates/l/clippy.svg)](#License)
55

66
A collection of lints to catch common mistakes and improve your Rust code.
77

0 commit comments

Comments
 (0)