You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/binary_protocol/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
[package]
19
19
name = "iggy_binary_protocol"
20
-
version = "0.7.0"
20
+
version = "0.8.0-edge.1"
21
21
description = "Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second."
Copy file name to clipboardExpand all lines: core/common/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
# under the License.
17
17
[package]
18
18
name = "iggy_common"
19
-
version = "0.7.0"
19
+
version = "0.8.0-edge.1"
20
20
description = "Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second."
0 commit comments