Skip to content

Commit

Permalink
Update to Substrate commit 7363dce (#524)
Browse files Browse the repository at this point in the history
* add weight to serde impls

* cargo update substrate

* fix clippy

* add workaround

* add workaround
  • Loading branch information
haerdib authored Apr 11, 2023
1 parent 62f0db9 commit 1814c4c
Show file tree
Hide file tree
Showing 8 changed files with 387 additions and 337 deletions.
292 changes: 153 additions & 139 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions about.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ accepted = [
"OpenSSL",
"Unicode-DFS-2016",
"NOASSERTION",
# Should be removed after #525 is fixed.
"GPL-3.0"
]
ignore-dev-dependencies = true
ignore-build-dependencies = true
2 changes: 1 addition & 1 deletion client-keystore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ license = "Apache-2.0"
edition = "2021"

[dependencies]
array-bytes = "4.1"
async-trait = "0.1.52"
hex = "0.4.3"
parking_lot = "0.12.0"
serde_json = "1.0.79"

Expand Down
Loading

0 comments on commit 1814c4c

Please sign in to comment.