diff --git a/Cargo.toml b/Cargo.toml index 27b3069..3e736c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dipstick" -version = "0.7.6" +version = "0.7.7" authors = ["Francis Lalonde "] description = """A fast, all-purpose metrics library decoupling instrumentation from reporting backends. diff --git a/README.md b/README.md index 295c48a..4e75da1 100755 --- a/README.md +++ b/README.md @@ -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