mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 16:31:07 +00:00
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:
Generated
-1
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user