Skip to content

Commit

Permalink
Fix typo in toml (paritytech#7431)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi authored Oct 27, 2020
1 parent 510e68b commit ef8534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ directories = "2.0.2"

[dev-dependencies]
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
substrate-test-runtime = { versino = "2.0.0", path = "../../test-utils/runtime/" }
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime/" }
sp-consensus-babe = { version = "0.8.0", path = "../../primitives/consensus/babe" }
grandpa = { version = "0.8.0", package = "sc-finality-grandpa", path = "../finality-grandpa" }
grandpa-primitives = { version = "2.0.0", package = "sp-finality-grandpa", path = "../../primitives/finality-grandpa" }
Expand Down

0 comments on commit ef8534a

Please sign in to comment.