Skip to content

Commit fef1cb7

Browse files
committed
bump to v0.4.0
1 parent adc8dd3 commit fef1cb7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["jetstreamer-firehose", "jetstreamer-plugin", "jetstreamer-utils"]
33

44
[workspace.package]
55
edition = "2024"
6-
version = "0.3.0"
6+
version = "0.4.0"
77
authors = ["sam0x17", "anza-team"]
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/anza-xyz/jetstreamer"
@@ -27,9 +27,9 @@ s3-backend = ["jetstreamer-firehose/s3-backend"]
2727
verify-transaction-signatures = ["jetstreamer-firehose/verify-transaction-signatures"]
2828

2929
[workspace.dependencies]
30-
jetstreamer-firehose = { path = "jetstreamer-firehose", version = "0.3.0" }
31-
jetstreamer-plugin = { path = "jetstreamer-plugin", version = "0.3.0" }
32-
jetstreamer-utils = { path = "jetstreamer-utils", version = "0.3.0" }
30+
jetstreamer-firehose = { path = "jetstreamer-firehose", version = "0.4.0" }
31+
jetstreamer-plugin = { path = "jetstreamer-plugin", version = "0.4.0" }
32+
jetstreamer-utils = { path = "jetstreamer-utils", version = "0.4.0" }
3333
tokio = "1"
3434
futures-util = { version = "0", default-features = false }
3535
futures = "0"

0 commit comments

Comments
 (0)