Skip to content

Commit 9b0d3ce

Browse files
committed
Release 0.5.0
risotto@0.5.0 risotto-lib@0.5.0 Generated by cargo-workspaces
1 parent 672f8a3 commit 9b0d3ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["risotto", "risotto-lib"]
44

55
[workspace.package]
6-
version = "0.4.0"
6+
version = "0.5.0"
77
license = "MIT"
88
readme = "README.md"
99
description = "High-performance BMP collector"

risotto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ futures = "0.3.31"
2323
metrics = "0.24.1"
2424
metrics-exporter-prometheus = "0.17.0"
2525
rdkafka = "0.37.0"
26-
risotto-lib = { path = "../risotto-lib", version = "0.4.0" }
26+
risotto-lib = { path = "../risotto-lib", version = "0.5.0" }
2727
serde = { version = "1.0.217", features = ["derive"] }
2828
tokio = { version = "1.42.0", features = ["full"] }
2929
tokio-graceful = "0.2.2"

0 commit comments

Comments
 (0)