Skip to content

Commit 7faace1

Browse files
committed
Prepare for release
1 parent 1c7d475 commit 7faace1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ members = [
1717
]
1818

1919
[workspace.package]
20-
version = "0.10.2" # WHEN CHANGING THIS, CHANGE THE "STREAMBED" DEPENDENCIES BELOW ALSO.
20+
version = "0.11.0" # WHEN CHANGING THIS, CHANGE THE "STREAMBED" DEPENDENCIES BELOW ALSO.
2121
edition = "2021"
2222
rust-version = "1.70.0"
2323
license = "Apache-2.0"
@@ -59,7 +59,7 @@ tokio-stream = "0.1.11"
5959
tokio-util = "0.7.4"
6060
warp = "0.3"
6161

62-
streambed = { path = "streambed", version = "0.10.2" }
63-
streambed-confidant = { path = "streambed-confidant", version = "0.10.2" }
64-
streambed-logged = { path = "streambed-logged", version = "0.10.2" }
65-
streambed-test = { path = "streambed-test", version = "0.10.2" }
62+
streambed = { path = "streambed", version = "0.11.0" }
63+
streambed-confidant = { path = "streambed-confidant", version = "0.11.0" }
64+
streambed-logged = { path = "streambed-logged", version = "0.11.0" }
65+
streambed-test = { path = "streambed-test", version = "0.11.0" }

0 commit comments

Comments
 (0)