Bumped to 0.7.7

This commit is contained in:
Francis Lalonde 2019-06-21 20:36:26 -04:00
parent 84a5e4c4d3
commit aff4a47149
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "dipstick"
version = "0.7.6"
version = "0.7.7"
authors = ["Francis Lalonde <fralalonde@gmail.com>"]
description = """A fast, all-purpose metrics library decoupling instrumentation from reporting backends.

View File

@ -77,7 +77,7 @@ To use Dipstick in your project, add the following line to your `Cargo.toml`
in the `[dependencies]` section:
```toml
dipstick = "0.7.6"
dipstick = "0.7.7"
```
## External features