From 92d7d7f6ec799405d3d6bc7b4c72778b2712a360 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Wed, 22 Nov 2023 13:28:47 +0100 Subject: [PATCH] Fix features Signed-off-by: Oliver Tale-Yazdi --- substrate/frame/message-queue/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/substrate/frame/message-queue/Cargo.toml b/substrate/frame/message-queue/Cargo.toml index 5c85c371df5a..e54b22de88c6 100644 --- a/substrate/frame/message-queue/Cargo.toml +++ b/substrate/frame/message-queue/Cargo.toml @@ -35,6 +35,7 @@ rand_distr = "0.4.3" default = [ "std" ] std = [ "codec/std", + "environmental/std", "frame-benchmarking?/std", "frame-support/std", "frame-system/std",