Skip to content

Commit

Permalink
Bump the versions of all metriken crates (#102)
Browse files Browse the repository at this point in the history
This is in preparation for a new release with actual readmes.
  • Loading branch information
swlynch99 authored Jan 18, 2024
1 parent 889f560 commit fcf8f80
Show file tree
Hide file tree
Showing 3 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.5.0"
version = "0.5.1"
edition = "2021"
authors = [
"Brian Martin <brian@iop.systems>",
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/pelikan-io/rustcommon"

[dependencies]
metriken-core = { version = "0.1", path = "core" }
metriken-derive = { version = "=0.5.0", path = "./derive" }
metriken-derive = { version = "=0.5.1", path = "./derive" }
histogram = { version = "0.9.0", path = "../histogram" }

once_cell = "1.14.0"
Expand Down
2 changes: 1 addition & 1 deletion metriken/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metriken-core"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = [
"Brian Martin <brian@iop.systems>",
Expand Down
2 changes: 1 addition & 1 deletion metriken/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metriken-derive"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = [
"Brian Martin <brian@pelikan.io>",
Expand Down

0 comments on commit fcf8f80

Please sign in to comment.