Skip to content

Commit

Permalink
use sangedama version in ceylon-core
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Jan 22, 2025
1 parent df3e619 commit 16e6991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/ceylon-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
serde_json = "1.0.135"
sangedama = { path = "../sangedama" }
sangedama = { path = "../sangedama", version = "0.1.2" }
tokio = { version = "1.43.0", features = ["full"] }
tokio-util = { version = "0.7.13", features = ["rt"] }
async-trait = "0.1.85"
Expand Down
4 changes: 2 additions & 2 deletions libs/sangedama/src/peer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

mod behaviour;
mod message;
mod node;
pub mod message;
pub mod node;
mod peer_swarm;

pub use behaviour::peer::PeerMode;
Expand Down

0 comments on commit 16e6991

Please sign in to comment.