Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Jun 20, 2024
1 parent 1c572e7 commit fdcf888
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cdn-broker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdn-broker"
version = "0.1.0"
version = "0.4.0"
edition = "2021"

description = "Defines the broker server, which is responsible for routing messages from clients"
Expand Down
2 changes: 1 addition & 1 deletion cdn-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdn-client"
version = "0.1.0"
version = "0.4.0"
edition = "2021"

description = "Defines client interactions for both marshals and brokers"
Expand Down
2 changes: 1 addition & 1 deletion cdn-marshal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdn-marshal"
version = "0.1.0"
version = "0.4.0"
edition = "2021"

description = "Contains the server implementation for the marshal, which issues permits and manages connections to brokers"
Expand Down
2 changes: 1 addition & 1 deletion cdn-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdn-proto"
version = "0.1.0"
version = "0.4.0"
edition = "2021"
description = "Contains the common protocol definition and common code for the broker, client, and marshal"

Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tests"
version = "0.1.0"
version = "0.4.0"
edition = "2021"
description.workspace = true

Expand Down

0 comments on commit fdcf888

Please sign in to comment.