Skip to content

Commit

Permalink
prepare metriken and ringlog for release (#88)
Browse files Browse the repository at this point in the history
Increment version numbers to prepare for release
  • Loading branch information
brayniac authored Oct 25, 2023
1 parent 78aa2b2 commit 8963348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions metriken/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metriken"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = [
"Brian Martin <brian@iop.systems>",
Expand All @@ -17,7 +17,7 @@ links = "metriken"

[dependencies]
metriken-derive = { version = "0.2.0", path = "./derive" }
histogram = { version = "0.8.2", path = "../histogram" }
histogram = { version = "0.8.3", path = "../histogram" }

linkme = "0.3.3"
once_cell = "1.14.0"
Expand Down
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.3.1"
version = "0.3.2"
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.6.0" }
metriken = { version = "0.3.2", path = "../metriken" }
metriken = { version = "0.3.3", path = "../metriken" }
log = { version = "0.4.17", features = ["std"] }
mpmc = "0.1.6"

0 comments on commit 8963348

Please sign in to comment.