Skip to content

Commit

Permalink
removed useless pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
MindFlavor committed Dec 3, 2019
1 parent 3ead516 commit dba9880
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prometheus_exporter_base"
version = "0.30.1"
version = "0.30.2"
authors = ["Francesco Cogno <francesco.cogno@outlook.com>"]
edition = "2018"
description = "Prometheus Rust exporters base crate with boilerplate"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ master | dev |

[![Crate](https://img.shields.io/crates/v/prometheus_exporter_base.svg)](https://crates.io/crates/prometheus_exporter_base) [![cratedown](https://img.shields.io/crates/d/prometheus_exporter_base.svg)](https://crates.io/crates/prometheus_exporter_base) [![cratelastdown](https://img.shields.io/crates/dv/prometheus_exporter_base.svg)](https://crates.io/crates/prometheus_exporter_base)

[![release](https://img.shields.io/github/release/MindFlavor/prometheus_exporter_base.svg)](https://github.com/MindFlavor/prometheus_exporter_base/tree/0.30.1)
[![tag](https://img.shields.io/github/tag/mindflavor/prometheus_exporter_base.svg)](https://github.com/MindFlavor/prometheus_exporter_base/tree/0.30.1)
[![commitssince](https://img.shields.io/github/commits-since/mindflavor/prometheus_exporter_base/0.30.1.svg)](https://img.shields.io/github/commits-since/mindflavor/prometheus_exporter_base/0.30.1.svg)
[![release](https://img.shields.io/github/release/MindFlavor/prometheus_exporter_base.svg)](https://github.com/MindFlavor/prometheus_exporter_base/tree/0.30.2)
[![tag](https://img.shields.io/github/tag/mindflavor/prometheus_exporter_base.svg)](https://github.com/MindFlavor/prometheus_exporter_base/tree/0.30.2)
[![commitssince](https://img.shields.io/github/commits-since/mindflavor/prometheus_exporter_base/0.30.2.svg)](https://img.shields.io/github/commits-since/mindflavor/prometheus_exporter_base/0.30.2.svg)

## Goal

Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![feature(async_closure)]
extern crate failure;
extern crate serde_json;
use http::StatusCode;
Expand Down

0 comments on commit dba9880

Please sign in to comment.