From a5065e52e98615483ca9812bb7224f3956febfac Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 4 Dec 2023 07:29:49 -0500 Subject: [PATCH] Correct rebase re: Coordinator Cargo.toml --- coordinator/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index e2039f99..02f06741 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -54,8 +54,8 @@ libp2p = { version = "0.52", default-features = false, features = ["tokio", "tcp [dev-dependencies] futures-util = { version = "0.3", default-features = false, features = ["std"] } tributary = { package = "tributary-chain", path = "./tributary", features = ["tests"] } -sp-application-crypto = { git = "https://github.com/serai-dex/substrate", branch = "experimental", default-features = false, features = ["std"] } -sp-runtime = { git = "https://github.com/serai-dex/substrate", branch = "experimental", default-features = false, features = ["std"] } +sp-application-crypto = { git = "https://github.com/serai-dex/polkadot-sdk", branch = "experimental", default-features = false, features = ["std"] } +sp-runtime = { git = "https://github.com/serai-dex/polkadot-sdk", branch = "experimental", default-features = false, features = ["std"] } [features] parity-db = ["serai-db/parity-db"]