Skip to content

Commit

Permalink
taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Aug 28, 2024
1 parent 28b6f66 commit 5a875a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions treasuries/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ parking_lot = { workspace = true }
thiserror = { workspace = true }

# local deps
pallet-encointer-treasuries-rpc-runtime-api = { workspace = true }
encointer-primitives = { workspace = true }
encointer-rpc = { workspace = true }
pallet-encointer-treasuries-rpc-runtime-api = { workspace = true }

# substrate deps
sc-rpc = { workspace = true }
Expand All @@ -28,4 +28,3 @@ sp-blockchain = { workspace = true }
sp-core = { workspace = true, features = ["std"] }
sp-rpc = { workspace = true }
sp-runtime = { workspace = true, features = ["std"] }

1 change: 0 additions & 1 deletion treasuries/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ std = [
"sp-api/std",
"sp-std/std",
]

0 comments on commit 5a875a9

Please sign in to comment.