Skip to content

Commit

Permalink
ci: switch to use p2p lib from crates.io instead of git (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored Oct 23, 2024
1 parent 309a616 commit 0a04c61
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", git = "https://github.com/marverlous811/atm0s-small-p2p", rev = "cf2b2d4f464aa9940569bfb39e4d9e2ccf1e1556" }
p2p = { package = "atm0s-small-p2p", version = "0.1.0" }
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 0a04c61

Please sign in to comment.