Skip to content

Commit

Permalink
Add sr-primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi committed Jun 15, 2019
1 parent a85595a commit f545cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -11,11 +11,11 @@ parity-codec = { version = "3.2", default-features = false }
srml-support = { git = "https://github.com/paritytech/substrate.git", branch = "v1.0", default-features = false }
system = { package = "srml-system", git = "https://github.com/paritytech/substrate.git", branch = "v1.0", default-features = false }
balances = { package = "srml-balances", git = "https://github.com/paritytech/substrate.git", branch = "v1.0", default-features = false }
sr-primitives = { git = "https://github.com/paritytech/substrate.git", branch = "v1.0" }

[dev-dependencies]
sr-io = { git = "https://github.com/paritytech/substrate.git", branch = "v1.0" }
substrate-primitives = { git = "https://github.com/paritytech/substrate.git", branch = "v1.0" }
sr-primitives = { git = "https://github.com/paritytech/substrate.git", branch = "v1.0" }

[features]
default = ["std"]
Expand Down

0 comments on commit f545cf1

Please sign in to comment.