Skip to content

Commit

Permalink
Bump version and depend on stabilized bioyino-metric
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Noskov committed Dec 15, 2021
1 parent 95ebe83 commit 9301c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bioyino"
version = "0.8.0-alpha8"
version = "0.8.0"
authors = ["Sergey Noskov aka Albibek <[email protected]>"]
description = "StatsD-compatible, high-performance, fault-tolerant metric aggregator"
edition = "2018"
Expand Down Expand Up @@ -58,7 +58,7 @@ dtoa = "^0.4"

raft-tokio = { git = "https://github.com/Albibek/raft-tokio" }
rand = "^0.8"
bioyino-metric = { git = "https://github.com/Albibek/bioyino-metric", branch="0.5.0" }
bioyino-metric = "^0.5"

[build-dependencies]
capnpc = "^0.14"
Expand Down

0 comments on commit 9301c95

Please sign in to comment.