Skip to content

Commit

Permalink
Merge pull request #179 from varovainen/va-2024-11-12-deps-and-docs
Browse files Browse the repository at this point in the history
chore: upd deps, fix doc typo
  • Loading branch information
Slesarew authored Nov 13, 2024
2 parents 12dd47d + f8e4086 commit ed388d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ exclude = ["/for_tests", "/.github"]
[dependencies]
bitvec = {version = "1.0.1", default-features = false, features = ["alloc"]}
external-memory-tools = {version = "0.1.1", default-features = false}
frame-metadata = {version = "16.0.0", default-features = false, features = ["current", "decode"]}
frame-metadata = {version = "17.0.0", default-features = false, features = ["current", "decode"]}
hex = {version = "0.4.3", default-features = false, features = ["alloc"]}
num-bigint = {version = "0.4.3", default-features = false}
num-bigint = {version = "0.4.6", default-features = false}
plot_icon = {version = "0.3.0", optional = true, default-features = false, features = ["pix"]}
parity-scale-codec = {version = "3.6.9", default-features = false, features = ["derive", "bit-vec"]}
primitive-types = {version = "0.12.2", default-features = false}
scale-info = {version = "2.10.0", default-features = false}
parity-scale-codec = {version = "3.6.12", default-features = false, features = ["derive", "bit-vec"]}
primitive-types = {version = "0.13.1", default-features = false}
scale-info = {version = "2.11.5", default-features = false}
sp-arithmetic = {version = "26.0.0", default-features = false}
sp-crypto-hashing = {version = "0.1.0", default-features = false}
substrate-crypto-light = {git = "https://github.com/Alzymologist/substrate-crypto-light", default-features = false, features = ["ecdsa", "ed25519", "sr25519"]}
Expand Down
2 changes: 1 addition & 1 deletion src/storage_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! Storage key has prefix built from `prefix` of
//! [`PalletStorageMetadata`](frame_metadata::v14::PalletStorageMetadata) and
//! `name` of [`StorageEntryMetadata`], both processed as bytes in
//! [`twox_128`](sp_core_hashing::twox_128) and concatenated together.
//! [`twox_128`](sp_crypto_hashing::twox_128) and concatenated together.
//!
//! There are `Plain` and `Map` variants of [`StorageEntryType`].
//!
Expand Down

0 comments on commit ed388d9

Please sign in to comment.