diff --git a/schedule-update/Cargo.toml b/schedule-update/Cargo.toml index b52227f6edf9fea5e00ea327d805ad925ae1aa77..6b7300556591ad3029f08d41313958ff249d8164 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]