Skip to content

Commit

Permalink
Transport upgrade to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiezzel committed May 10, 2024
1 parent cbf931b commit 7ce466d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ resolver = "2"

[workspace.dependencies]
subsquid-messages = { git = "ssh://[email protected]/subsquid/subsquid-network.git", version = "0.2" }
subsquid-network-transport = { git = "ssh://[email protected]/subsquid/subsquid-network.git", version = "0.4.2" }
subsquid-network-transport = { git = "ssh://[email protected]/subsquid/subsquid-network.git", version = "0.4.3" }
2 changes: 1 addition & 1 deletion crates/logs-collector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logs-collector"
version = "0.4.1"
version = "0.4.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/network-scheduler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "network-scheduler"
version = "0.4.1"
version = "0.4.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/query-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "query-gateway"
version = "0.4.1"
version = "0.4.2"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 7ce466d

Please sign in to comment.