Skip to content

Commit

Permalink
use workspace dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed Jun 30, 2023
1 parent c038123 commit 9cbbee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static_assertions = "1.1.0"

# Substrate dependencies
frame-support = { workspace = true }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.38", default-features = false }
sp-core = { workspace = true }

# Polkadot dependencies
polkadot-primitives = { workspace = true }
Expand All @@ -26,4 +26,5 @@ std = [
"codec/std",
"scale-info/std",
"frame-support/std",
"sp-core/std",
]

0 comments on commit 9cbbee5

Please sign in to comment.