From 83ff16e076d9e1e08dfd04d282747653ef47bdfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bigna=20H=C3=A4rdi?= Date: Wed, 16 Jun 2021 18:05:44 +0200 Subject: [PATCH] exchange all version = ".." with branch = "master" --- runtime/Cargo.toml | 50 +++++++++++++++++----------------- substrate-sgx/sp-io/Cargo.toml | 18 ++++++------ test_no_std/Cargo.toml | 4 +-- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 94d1a9a..b3cacb1 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -22,31 +22,31 @@ hex-literal = { optional = true, version = '0.3.1' } serde = { features = ['derive'], optional = true, version = '1.0.101' } # Substrate dependencies -frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -frame-system-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git",version = "3.0.0" } -pallet-grandpa = { default-features = false, git = "https://github.com/paritytech/substrate.git",version = "3.0.0" } -pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate.git",version = "3.0.0" } -pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git",version = "3.0.0" } -sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "0.9.0" } -sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -sp-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } -sp-version = { default-features = false, git = "https://github.com/paritytech/substrate.git", version = "3.0.0" } +frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-system-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate.git", branch = "master" } +frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +pallet-grandpa = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate.git",branch = "master" } +pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git",branch = "master" } +pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate.git",branch = "master" } +pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } +sp-version = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } [features] default = ['std'] diff --git a/substrate-sgx/sp-io/Cargo.toml b/substrate-sgx/sp-io/Cargo.toml index 685178c..687a6e2 100644 --- a/substrate-sgx/sp-io/Cargo.toml +++ b/substrate-sgx/sp-io/Cargo.toml @@ -21,49 +21,49 @@ sgx_log = { package = "log", git = "https://github.com/mesalock-linux/log- [dependencies.sp-std] git = "https://github.com/paritytech/substrate.git" -version = "3.0.0" +branch = "master" default-features = false [dependencies.sp-core] git = "https://github.com/paritytech/substrate.git" -version = "3.0.0" +branch = "master" default-features = false features=["full_crypto"] [dependencies.sp-state-machine] git = "https://github.com/paritytech/substrate.git" -version = "0.9.0" +branch = "master" optional = true [dependencies.sp-runtime-interface] git = "https://github.com/paritytech/substrate.git" -version = "3.0.0" +branch = "master" default-features = false [dependencies.sp-wasm-interface] git = "https://github.com/paritytech/substrate.git" -version = "3.0.0" +branch = "master" default-features = false [dependencies.sp-tracing] git = "https://github.com/paritytech/substrate.git" -version = "3.0.0" +branch = "master" default-features = false [dependencies.sp-trie] git = "https://github.com/paritytech/substrate.git" -version = "3.0.0" +branch = "master" optional = true [dependencies.sp-keystore] git = "https://github.com/paritytech/substrate.git" -version = "0.9.0" +branch = "master" default-features = false optional = true [dependencies.sp-externalities] git = "https://github.com/paritytech/substrate.git" -version = "0.9.0" +branch = "master" optional = true [dependencies.sgx-externalities] diff --git a/test_no_std/Cargo.toml b/test_no_std/Cargo.toml index b1a0cdc..86cab98 100644 --- a/test_no_std/Cargo.toml +++ b/test_no_std/Cargo.toml @@ -27,12 +27,12 @@ features = ["disable_oom", "disable_panic_handler", "disable_allocator", "sgx"] [dependencies.sp-application-crypto] git = "https://github.com/paritytech/substrate.git" -version = "3.0.0" +branch = "master" default-features = false features = ["full_crypto"] [dependencies.sp-core] git = "https://github.com/paritytech/substrate.git" -version = "3.0.0" +branch = "master" default-features = false features = ["full_crypto"]