Skip to content
Snippets Groups Projects
Commit 01c1c146 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Remove `enum-as-inner` pin (#14266)

* Remove `enum-as-inner` pin

The faulty version was yanked from crates.io.

* :face_palm:
parent 00e5ecdc
Branches
No related merge requests found
......@@ -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",
......
......@@ -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" }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment