Remove enum-as-inner pin (#14266)

* Remove `enum-as-inner` pin

The faulty version was yanked from crates.io.

* :face_palm:
This commit is contained in:
Bastian Köcher
2023-05-31 10:34:57 +01:00
committed by GitHub
parent 00e5ecdcf7
commit 01c1c14687
2 changed files with 0 additions and 4 deletions
@@ -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" }