Skip to content

Commit 1d519a1

Browse files
authored
Update scale-info to 2.11.6 (#6681)
# Description Updates scale-info to from 2.11.5 2.11.6, so that generated code is annotated with `allow(deprecated)` Pre-requisite for #6312
1 parent 4e7c968 commit 1d519a1

File tree

3 files changed

+411
-5
lines changed

3 files changed

+411
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ sc-tracing-proc-macro = { path = "substrate/client/tracing/proc-macro", default-
11971197
sc-transaction-pool = { path = "substrate/client/transaction-pool", default-features = false }
11981198
sc-transaction-pool-api = { path = "substrate/client/transaction-pool/api", default-features = false }
11991199
sc-utils = { path = "substrate/client/utils", default-features = false }
1200-
scale-info = { version = "2.11.1", default-features = false }
1200+
scale-info = { version = "2.11.6", default-features = false }
12011201
schemars = { version = "0.8.13", default-features = false }
12021202
schnellru = { version = "0.2.3" }
12031203
schnorrkel = { version = "0.11.4", default-features = false }

0 commit comments

Comments
 (0)