Commit 20d9263 1 parent 5c9a66f commit 20d9263 Copy full SHA for 20d9263
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ members = [
16
16
]
17
17
18
18
[workspace .package ]
19
- version = " 0.9.1 " # WHEN CHANGING THIS, CHANGE THE "STREAMBED" DEPENDENCIES BELOW ALSO.
19
+ version = " 0.10.0 " # WHEN CHANGING THIS, CHANGE THE "STREAMBED" DEPENDENCIES BELOW ALSO.
20
20
edition = " 2021"
21
21
rust-version = " 1.70.0"
22
22
license = " Apache-2.0"
@@ -59,5 +59,5 @@ tokio-stream = "0.1.11"
59
59
tokio-util = " 0.7.4"
60
60
warp = " 0.3"
61
61
62
- streambed = { path = " streambed" , version = " 0.9.1 " }
63
- streambed-test = { path = " streambed-test" , version = " 0.9.1 " }
62
+ streambed = { path = " streambed" , version = " 0.10.0 " }
63
+ streambed-test = { path = " streambed-test" , version = " 0.10.0 " }
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ cargo publish -p streambed-test
12
12
cargo publish -p streambed-confidant
13
13
cargo publish -p streambed-kafka
14
14
cargo publish -p streambed-logged
15
+ cargo publish -p streambed-logged-cli
15
16
cargo publish -p streambed-patterns
16
17
cargo publish -p streambed-storage
17
18
cargo publish -p streambed-vault
You can’t perform that action at this time.
0 commit comments