Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Sep 12, 2024
1 parent e29f6b8 commit a3de5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion substrate/frame/revive/fixtures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ default = ["std"]
riscv = []
# only when std is enabled all fixtures are available
std = [
"log/std",
"anyhow",
"frame-system",
"log/std",
"sp-core",
"sp-io",
"sp-runtime",
Expand Down
2 changes: 1 addition & 1 deletion umbrella/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,8 @@ tuples-96 = [
]
riscv = [
"pallet-revive-fixtures?/riscv",
"pallet-revive-mock-network?/riscv",
"pallet-revive?/riscv",
"pallet-revive-mock-network?/riscv"
]

[package.edition]
Expand Down

0 comments on commit a3de5f1

Please sign in to comment.