Skip to content

Commit

Permalink
Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Aug 8, 2024
1 parent 3562869 commit 4acc840
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pallet/deposit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ darwinia-staking-traits = { workspace = true }
dc-inflation = { workspace = true }
dc-types = { workspace = true }

# subtrate
# polkadot-sdk
frame-support = { workspace = true }
frame-system = { workspace = true }
pallet-timestamp = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions pallet/staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ darwinia-deposit = { workspace = true, optional = true }
# frontier
fp-evm = { workspace = true }

# subtrate
# polkadot-sdk
frame-support = { workspace = true }
frame-system = { workspace = true }
pallet-authorship = { workspace = true }
Expand Down Expand Up @@ -69,7 +69,7 @@ std = [
# frontier
"fp-evm/std",

# subtrate
# polkadot-sdk
"frame-support/std",
"frame-system/std",
"pallet-authorship/std",
Expand Down
4 changes: 2 additions & 2 deletions pallet/staking/traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version.workspace = true
codec = { workspace = true, package = "parity-scale-codec" }
scale-info = { workspace = true }

# subtrate
# polkadot-sdk
sp-runtime = { workspace = true }

[features]
Expand All @@ -21,7 +21,7 @@ std = [
"codec/std",
"scale-info/std",

# subtrate
# polkadot-sdk
"sp-runtime/std",
]

Expand Down

0 comments on commit 4acc840

Please sign in to comment.