-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to scale-type-resolver 0.2 and prep for 0.12 release (#52)
* Updates for scale-type-resolver 0.2 * paths are now 'resolver lifetimes * Bump to 0.12.0, bump scale-bits and scale-type-resolver, and prep for release * clippy fixes
- Loading branch information
Showing
17 changed files
with
273 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ members = [ | |
resolver = "2" | ||
|
||
[workspace.package] | ||
version = "0.11.1" | ||
version = "0.12.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|
@@ -17,5 +17,5 @@ keywords = ["parity", "scale", "decoding"] | |
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] | ||
|
||
[workspace.dependencies] | ||
scale-decode = { version = "0.11.1", path = "scale-decode" } | ||
scale-decode-derive = { version = "0.11.1", path = "scale-decode-derive" } | ||
scale-decode = { version = "0.12.0", path = "scale-decode" } | ||
scale-decode-derive = { version = "0.12.0", path = "scale-decode-derive" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.