Skip to content

Commit f8c2f4b

Browse files
committed
Release 0.3.0
risotto@0.3.0 risotto-lib@0.3.0 Generated by cargo-workspaces
1 parent 023dc1a commit f8c2f4b

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.2.1"
6+
version = "0.3.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 @@ config = "0.15.4"
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.2.0" }
26+
risotto-lib = { path = "../risotto-lib", version = "0.3.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)