Reorg the order of deps (#284)

* Reorg the order of deps

This patch is simply for easier editor operation when replacing the
substrate deps.

* .
This commit is contained in:
Liu-Cheng Xu
2021-06-07 00:10:34 +08:00
committed by GitHub
parent cef6d697b8
commit 490836fa2d
4 changed files with 29 additions and 26 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ pub struct Babe;
/// These are redefined here to avoid dependencies on the substrate creates where they are defined.
/// They must be identical to the definitions in the target substrate version.
pub mod app {
use application_crypto::{
use sp_application_crypto::{
app_crypto,
ed25519,
key_types,