Skip to content

Commit

Permalink
revert impl-tarit for tuple update
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma committed Nov 1, 2019
1 parent aef11c9 commit 28a7fdd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/chain-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
substrate-chain-spec-derive = { path = "./derive" }
impl-trait-for-tuples = "0.1.3"
impl-trait-for-tuples = "0.1.2"
network = { package = "substrate-network", path = "../../core/network" }
primitives = { package = "substrate-primitives", path = "../primitives" }
serde = { version = "1.0.101", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion core/sr-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runtime_io = { package = "sr-io", path = "../sr-io", default-features = false }
log = { version = "0.4.8", optional = true }
paste = "0.1.6"
rand = { version = "0.7.2", optional = true }
impl-trait-for-tuples = "0.1.3"
impl-trait-for-tuples = "0.1.2"

[dev-dependencies]
serde_json = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion srml/authorship/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sr-primitives = { path = "../../core/sr-primitives", default-features = false }
support = { package = "srml-support", path = "../support", default-features = false }
system = { package = "srml-system", path = "../system", default-features = false }
runtime-io ={ package = "sr-io", path = "../../core/sr-io", default-features = false }
impl-trait-for-tuples = "0.1.3"
impl-trait-for-tuples = "0.1.2"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion srml/finality-tracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rstd = { package = "sr-std", path = "../../core/sr-std", default-features = fals
sr-primitives = { path = "../../core/sr-primitives", default-features = false }
support = { package = "srml-support", path = "../support", default-features = false }
srml-system = { path = "../system", default-features = false }
impl-trait-for-tuples = "0.1.3"
impl-trait-for-tuples = "0.1.2"

[dev-dependencies]
primitives = { package = "substrate-primitives", path = "../../core/primitives", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion srml/session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ system = { package = "srml-system", path = "../system", default-features = false
timestamp = { package = "srml-timestamp", path = "../timestamp", default-features = false }
substrate-trie = { path = "../../core/trie", default-features = false, optional = true }
runtime-io ={ package = "sr-io", path = "../../core/sr-io", default-features = false }
impl-trait-for-tuples = "0.1.3"
impl-trait-for-tuples = "0.1.2"

[dev-dependencies]
primitives = { package = "substrate-primitives", path = "../../core/primitives" }
Expand Down
2 changes: 1 addition & 1 deletion srml/support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ srml-support-procedural = { package = "srml-support-procedural", path = "./proce
paste = "0.1.6"
once_cell = { version = "0.2.4", default-features = false, optional = true }
bitmask = { version = "0.5.0", default-features = false }
impl-trait-for-tuples = "0.1.3"
impl-trait-for-tuples = "0.1.2"

[dev-dependencies]
pretty_assertions = "0.6.1"
Expand Down
2 changes: 1 addition & 1 deletion srml/system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runtime-io ={ package = "sr-io", path = "../../core/sr-io", default-features = f
sr-primitives = { path = "../../core/sr-primitives", default-features = false }
sr-version = { path = "../../core/sr-version", default-features = false }
support = { package = "srml-support", path = "../support", default-features = false }
impl-trait-for-tuples = "0.1.3"
impl-trait-for-tuples = "0.1.2"

[dev-dependencies]
criterion = "0.2.11"
Expand Down
2 changes: 1 addition & 1 deletion srml/timestamp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sr-primitives = { path = "../../core/sr-primitives", default-features = false }
inherents = { package = "substrate-inherents", path = "../../core/inherents", default-features = false }
support = { package = "srml-support", path = "../support", default-features = false }
system = { package = "srml-system", path = "../system", default-features = false }
impl-trait-for-tuples = "0.1.3"
impl-trait-for-tuples = "0.1.2"

[dev-dependencies]
runtime-io ={ package = "sr-io", path = "../../core/sr-io" }
Expand Down

0 comments on commit 28a7fdd

Please sign in to comment.