From 950628975e0c51e32055f9093bb091fb76a739d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Wed, 31 May 2023 10:34:57 +0100 Subject: [PATCH] Remove `enum-as-inner` pin (#14266) * Remove `enum-as-inner` pin The faulty version was yanked from crates.io. * :face_palm: --- Cargo.lock | 1 - bin/node-template/node/Cargo.toml | 3 --- 2 files changed, 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 254eb3f94f704..1fba4ba3446b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5504,7 +5504,6 @@ name = "node-template" version = "4.0.0-dev" dependencies = [ "clap 4.2.7", - "enum-as-inner", "frame-benchmarking", "frame-benchmarking-cli", "frame-system", diff --git a/bin/node-template/node/Cargo.toml b/bin/node-template/node/Cargo.toml index 7b659520d660e..6d70891404ef9 100644 --- a/bin/node-template/node/Cargo.toml +++ b/bin/node-template/node/Cargo.toml @@ -66,9 +66,6 @@ node-template-runtime = { version = "4.0.0-dev", path = "../runtime" } # CLI-specific dependencies try-runtime-cli = { version = "0.10.0-dev", optional = true, path = "../../../utils/frame/try-runtime/cli" } -# Workaround until https://github.com/bluejekyll/enum-as-inner/issues/98 is fixed. -enum-as-inner = "=0.5.1" - [build-dependencies] substrate-build-script-utils = { version = "3.0.0", path = "../../../utils/build-script-utils" }