Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Rename folder: primitives/sr-primitives -> primitives/runtime (#4280)
Browse files Browse the repository at this point in the history
* primitives/sr-primitives -> primitives/runtime

* update
  • Loading branch information
kigawas authored and bkchr committed Dec 9, 2019
1 parent 9606294 commit 203ad75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ system = { package = "frame-system", path = "../system", default-features = fals
timestamp = { package = "pallet-timestamp", path = "../timestamp", default-features = false }
balances = { package = "pallet-balances", path = "../balances", default-features = false }
primitives = { package = "sp-core", path = "../../primitives/core", default-features = false }
sp-runtime = { path = "../../primitives/sr-primitives", default-features = false }
sp-runtime = { path = "../../primitives/runtime", default-features = false }
rstd = { package = "sp-std", path = "../../primitives/sr-std", default-features = false }
runtime-io = { package = "sp-io", path = "../../primitives/sr-io", default-features = false }
primitive-types = { version = "0.6", default-features = false, features = ["rlp"] }
Expand Down

0 comments on commit 203ad75

Please sign in to comment.