Skip to content

Commit a6f2772

Browse files
committed
whoops -- fix crates.io versions in workspace deps
1 parent d98c4a8 commit a6f2772

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ repository.workspace = true
2222
documentation.workspace = true
2323

2424
[workspace.dependencies]
25-
jetstreamer-firehose = { path = "jetstreamer-firehose", version = "0.1.3" }
26-
jetstreamer-plugin = { path = "jetstreamer-plugin", version = "0.1.3" }
27-
jetstreamer-utils = { path = "jetstreamer-utils", version = "0.1.3" }
25+
jetstreamer-firehose = { path = "jetstreamer-firehose", version = "0.2.0" }
26+
jetstreamer-plugin = { path = "jetstreamer-plugin", version = "0.2.0" }
27+
jetstreamer-utils = { path = "jetstreamer-utils", version = "0.2.0" }
2828
tokio = "1"
2929
futures-util = { version = "0", default-features = false }
3030
futures = "0"

0 commit comments

Comments
 (0)