mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +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:
@@ -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