From cf021539d321b3763387ca4d578a6d0989218141 Mon Sep 17 00:00:00 2001 From: Dzmitry Lahoda Date: Tue, 8 Feb 2022 14:51:14 +0200 Subject: [PATCH] build fix Signed-off-by: Dzmitry Lahoda --- frame/dutch-auction/Cargo.toml | 1 - frame/liquidations/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/frame/dutch-auction/Cargo.toml b/frame/dutch-auction/Cargo.toml index 9502f21a3e8..18c3a866a15 100644 --- a/frame/dutch-auction/Cargo.toml +++ b/frame/dutch-auction/Cargo.toml @@ -59,7 +59,6 @@ std = [ "frame-support/std", "codec/std", "composable-traits/std", - "orml-tokens/std", ] runtime-benchmarks = [ diff --git a/frame/liquidations/Cargo.toml b/frame/liquidations/Cargo.toml index 4a2d5d3acaa..3816b9d9b76 100644 --- a/frame/liquidations/Cargo.toml +++ b/frame/liquidations/Cargo.toml @@ -57,7 +57,6 @@ std = [ "sp-arithmetic/std", "composable-traits/std", "scale-info/std", - "orml-tokens/std", ] runtime-benchmarks = [