Skip to content

Commit 19d1809

Browse files
committed
pin enum-as-inner dep
1 parent 3485292 commit 19d1809

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrat
4848
# Local Dependencies
4949
contracts-node-runtime = { path = "../runtime" }
5050

51+
# yank this crate until
52+
# https://github.com/bluejekyll/enum-as-inner/issues/98
53+
# is fixed
54+
enum-as-inner = "=0.5.1"
55+
5156
[build-dependencies]
5257
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", package = "substrate-build-script-utils", branch = "polkadot-v0.9.42" }
5358

0 commit comments

Comments
 (0)