Skip to content

Commit b5f5277

Browse files
Bump parity-scale-codec from 1.3.6 to 2.0.0 (#415)
Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 1.3.6 to 2.0.0. - [Release notes](https://github.com/paritytech/parity-scale-codec/releases) - [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md) - [Commits](paritytech/parity-scale-codec@parity-scale-codec-1.3.6...parity-scale-codec-v2.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d137b9 commit b5f5277

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

Cargo.lock

+20-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ soketto = { version = "0.4.2", optional = true }
8181

8282
# BELOW: DEPENDENCIES TO REMOVE
8383
# TODO:
84-
parity-scale-codec = { version = "1.3.6", features = ["derive"] } # TODO: a lot of unnecessary overhead in terms of memory allocations
84+
parity-scale-codec = { version = "2.0.0", features = ["derive"] } # TODO: a lot of unnecessary overhead in terms of memory allocations
8585

8686
[target.'cfg(target_arch = "x86_64")'.dependencies]
8787
# `std` feature

0 commit comments

Comments
 (0)