From 9ff9c26341306b7c5b8732c501fb4cf235a39cc7 Mon Sep 17 00:00:00 2001
From: Xiliang Chen <xlchen1291@gmail.com>
Date: Wed, 11 Mar 2020 12:41:53 +1300
Subject: [PATCH] use pre-released substrate (#115)

---
 schedule-update/Cargo.toml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/schedule-update/Cargo.toml b/schedule-update/Cargo.toml
index b52227f..6b73005 100644
--- a/schedule-update/Cargo.toml
+++ b/schedule-update/Cargo.toml
@@ -8,15 +8,15 @@ edition = "2018"
 [dependencies]
 codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
 
-frame-support = { git = "https://github.com/paritytech/substrate.git", default-features = false }
-frame-system = { git = "https://github.com/paritytech/substrate.git", default-features = false }
-sp-std = { git = "https://github.com/paritytech/substrate.git", default-features = false }
-sp-runtime = { git = "https://github.com/paritytech/substrate.git", default-features = false }
+frame-support = { version = "2.0.0-alpha.3", default-features = false }
+frame-system = { version = "2.0.0-alpha.3", default-features = false }
+sp-std = { version = "2.0.0-alpha.3", default-features = false }
+sp-runtime = { version = "2.0.0-alpha.3", default-features = false }
 
 [dev-dependencies]
-sp-io = { git = "https://github.com/paritytech/substrate.git", default-features = false }
-sp-core = { git = "https://github.com/paritytech/substrate.git", default-features = false }
-pallet-balances = { git = "https://github.com/paritytech/substrate.git", default-features = false }
+sp-io = { version = "2.0.0-alpha.3", default-features = false }
+sp-core = { version = "2.0.0-alpha.3", default-features = false }
+pallet-balances = { version = "2.0.0-alpha.3", default-features = false }
 
 
 [features]
-- 
GitLab