From 456d6832da99eeeeeabd95921614f44326c8afb5 Mon Sep 17 00:00:00 2001 From: gui Date: Fri, 16 Aug 2024 08:24:09 +0900 Subject: [PATCH] fmt --- Cargo.toml | 2 +- substrate/frame/metadata-hash-extension/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f6794de9e458..95199eda899c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -668,11 +668,11 @@ codec = { version = "3.6.12", default-features = false, package = "parity-scale- collectives-westend-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/parachains/collectives/collectives-westend" } collectives-westend-runtime = { path = "cumulus/parachains/runtimes/collectives/collectives-westend" } color-eyre = { version = "0.6.1", default-features = false } -const-hex = { version = "1.10.0", default-features = false } color-print = { version = "0.3.4" } colored = { version = "2.0.4" } comfy-table = { version = "7.1.0", default-features = false } console = { version = "0.15.8" } +const-hex = { version = "1.10.0", default-features = false } contracts-rococo-runtime = { path = "cumulus/parachains/runtimes/contracts/contracts-rococo" } coretime-rococo-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/parachains/coretime/coretime-rococo" } coretime-rococo-runtime = { path = "cumulus/parachains/runtimes/coretime/coretime-rococo" } diff --git a/substrate/frame/metadata-hash-extension/Cargo.toml b/substrate/frame/metadata-hash-extension/Cargo.toml index f1934fed9ada..bca2c3ffb198 100644 --- a/substrate/frame/metadata-hash-extension/Cargo.toml +++ b/substrate/frame/metadata-hash-extension/Cargo.toml @@ -32,10 +32,10 @@ sp-tracing = { workspace = true, default-features = true } default = ["std"] std = [ "codec/std", + "const-hex/std", "frame-support/std", "frame-system/std", "log/std", "scale-info/std", "sp-runtime/std", - "const-hex/std", ]