Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
fix: rename mock/quick_p2p to mock/quic_p2p
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Jun 14, 2019
1 parent 4d0aa21 commit 067fab0
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ edition = "2018"
bytes = "~0.4.12"
config_file_handler = "~0.11.0"
crossbeam-channel = "~0.3.8"
crust = { git = "https://github.com/maidsafe/crust", rev = "028de4ea8" }
# crust = { git = "https://github.com/maidsafe/crust", rev = "028de4ea8" }
crust = { path = "../crust" }
fake_clock = "~0.3.0"
fxhash = { version = "~0.2.1", optional = true }
hex = "~0.2.0"
Expand Down
4 changes: 2 additions & 2 deletions src/mock/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub mod crust;
#[cfg(feature = "mock_parsec")]
pub(crate) mod parsec;

/// Mock version of Quick-P2P
/// Mock version of Quic-P2P
// TODO: remove this `allow(unused)`
#[allow(unused)]
pub(crate) mod quick_p2p;
pub(crate) mod quic_p2p;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 067fab0

Please sign in to comment.