Skip to content

Commit

Permalink
deps: switch to p2p 0.2 instead of 0.2.1 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored Dec 18, 2024
1 parent 33990ac commit 4c56e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.dependencies]
p2p = { package = "atm0s-small-p2p", version = "0.2.1" }
p2p = { package = "atm0s-small-p2p", version = "0.2" }
protocol = { path = "crates/protocol", package = "atm0s-reverse-proxy-protocol", version = "0.3.0" }
protocol-ed25519 = { path = "crates/protocol_ed25519", package = "atm0s-reverse-proxy-protocol-ed25519", version = "0.1.4" }

Expand Down

0 comments on commit 4c56e44

Please sign in to comment.