From b0f470510535092efbec8c115ff78ebb793924f6 Mon Sep 17 00:00:00 2001 From: Nathy-bajo Date: Thu, 23 Jan 2025 23:56:41 +0100 Subject: [PATCH] remove experimental feature --- substrate/frame/message-queue/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/message-queue/Cargo.toml b/substrate/frame/message-queue/Cargo.toml index 6549e7d7918c..5ec3b99e50cc 100644 --- a/substrate/frame/message-queue/Cargo.toml +++ b/substrate/frame/message-queue/Cargo.toml @@ -13,7 +13,7 @@ workspace = true [dependencies] codec = { features = ["derive"], workspace = true } -frame = { workspace = true, features = ["runtime", "try-runtime"]} +frame = { workspace = true, features = ["runtime"]} environmental = { workspace = true } log = { workspace = true } scale-info = { features = ["derive"], workspace = true }