Skip to content

Commit

Permalink
Auto-merge for PR #100 via VersionBot
Browse files Browse the repository at this point in the history
Do not include clippy as an optional dependency
  • Loading branch information
resin-io-modules-versionbot[bot] authored Oct 20, 2017
2 parents efe05f2 + fd7119e commit 054da00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v0.8.2 - 2017-10-20

* Do not include clippy as an optional dependency #100 [majorz]

## v0.8.1 - 2017-10-20

* Cargo keyword containing space #98 [majorz]
Expand Down
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "network-manager"
version = "0.8.1"
version = "0.8.2"
authors = ["Joseph Roberts <[email protected]>", "Zahari Petkov <[email protected]>"]
description = "Rust NetworkManager bindings"
homepage = "https://github.com/resin-io-modules/network-manager"
Expand All @@ -17,7 +17,3 @@ tokio-timer = "0.1"
bitflags = "0.9"
ascii = "0.8"
log = "0.3"

[dependencies.clippy]
version = "*"
optional = true
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
//! The Network Manager Library provides the essential
//! functionality for configuring Network Manager from Rust.

#![cfg_attr(feature="clippy", feature(plugin))]
#![cfg_attr(feature="clippy", plugin(clippy))]

#[macro_use]
extern crate log;

Expand Down

0 comments on commit 054da00

Please sign in to comment.