Skip to content

Commit

Permalink
Run toml-sort and update repo reference (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgamundi authored and timbrinded committed Aug 9, 2023
1 parent 16d3229 commit 1e4cd8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion precompiles/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ frame-system = { workspace = true }
parity-scale-codec = { workspace = true }
sp-core = { workspace = true }
sp-io = { workspace = true }
sp-std = { workspace = true }
sp-runtime = { workspace = true }
sp-std = { workspace = true }

# Frontier
evm = { workspace = true, features = [ "with-codec" ] }
Expand Down
2 changes: 1 addition & 1 deletion runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ log = "0.4"
moonbeam-xcm-benchmarks = { workspace = true, optional = true }
pallet-asset-manager = { workspace = true }
pallet-author-mapping = { workspace = true }
pallet-conviction-voting = { workspace = true }
pallet-ethereum-xcm = { workspace = true }
pallet-migrations = { workspace = true }
pallet-parachain-staking = { workspace = true }
pallet-conviction-voting = { workspace = true }
pallet-randomness = { workspace = true }
pallet-xcm-transactor = { workspace = true }
precompile-utils = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion scripts/toml-sort.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# to only check the formatting.

if ! type "toml-sort" > /dev/null; then
echo "Please install toml-sort with command 'cargo install --git https://github.com/moonbeam-foundation/toml_sort'"
echo "Please install toml-sort with command 'cargo install --git https://github.com/moonsong-labs/toml_sort'"
else
find . -name "Cargo.toml" -not -path "*/target/*" -exec toml-sort {} $@ \;
fi

0 comments on commit 1e4cd8a

Please sign in to comment.