Prepare 0.7.6 release

This commit is contained in:
Francis Lalonde 2019-05-21 22:01:24 -04:00
parent c523dc966b
commit acdf2ddd36
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "dipstick"
version = "0.7.5"
version = "0.7.6"
authors = ["Francis Lalonde <fralalonde@gmail.com>"]
description = """A fast, all-purpose metrics library decoupling instrumentation from reporting backends.
@ -48,4 +48,4 @@ tokio = []
#upload-handbook = true
pre-release-replacements = [
{file="README.md", search="dipstick = \"[a-z0-9\\.-]+\"", replace="dipstick = \"{{version}}\""}
]
]

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.4"
dipstick = "0.7.6"
```
## External features