Skip to content

Commit

Permalink
ringlog: update metriken dependency (#117)
Browse files Browse the repository at this point in the history
Update metriken to 0.7.0.
  • Loading branch information
mihirn authored Jun 12, 2024
1 parent 696f958 commit 11f8aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ringlog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ringlog"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Brian Martin <brian@pelikan.io>"]
Expand All @@ -11,6 +11,6 @@ repository = "https://github.com/pelikan-io/rustcommon"
[dependencies]
ahash = "0.8.0"
clocksource = { version = "0.8.0", path = "../clocksource" }
metriken = "0.5.1"
metriken = "0.7.0"
log = { version = "0.4.17", features = ["std"] }
mpmc = "0.1.6"

0 comments on commit 11f8aef

Please sign in to comment.