From 6469c8586e0536c30baf7b77abd60c30390761ac Mon Sep 17 00:00:00 2001 From: Tomasz Pietrek Date: Mon, 11 May 2026 16:23:37 +0200 Subject: [PATCH] Release jetstream-extra v0.3.0 Signed-off-by: Tomasz Pietrek --- jetstream-extra/Cargo.toml | 2 +- nats-counters/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jetstream-extra/Cargo.toml b/jetstream-extra/Cargo.toml index 21381ce..63735a6 100644 --- a/jetstream-extra/Cargo.toml +++ b/jetstream-extra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jetstream-extra" -version = "0.2.1" +version = "0.3.0" edition = "2024" authors = ["Tomasz Pietrek "] description = "Set of utilities and extensions for the JetStream NATS of the async-nats crate" diff --git a/nats-counters/Cargo.toml b/nats-counters/Cargo.toml index 7aca989..f9c265c 100644 --- a/nats-counters/Cargo.toml +++ b/nats-counters/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "api-bindings"] [dependencies] async-nats = "0.48.0" futures-util = "0.3" -jetstream-extra = { version = "0.2.1", path = "../jetstream-extra" } +jetstream-extra = { version = "0.3.0", path = "../jetstream-extra" } num-bigint = "0.4.6" serde = { version = "1", features = ["derive"] } serde_json = "1.0.145"