Skip to content

Commit

Permalink
Update to substrate monthly-2023-07
Browse files Browse the repository at this point in the history
- fix fmt
- fix clippy
- update deps
  • Loading branch information
chevdor committed Jul 3, 2023
1 parent 5efc385 commit d141f04
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 68 deletions.
88 changes: 48 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ wasm-loader = { version = "0.20.0", path = "../libs/wasm-loader" }
wasm-testbed = { version = "0.20.0", path = "../libs/wasm-testbed" }
serde_json = "1.0"
text-style = { version = "0.3", features = ["crossterm"] }
sp-runtime = { tag = "monthly-2023-06", git = "https://github.com/paritytech/substrate" }
sp-runtime = { tag = "monthly-2023-07", git = "https://github.com/paritytech/substrate" }
url = "2.3"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde = { version = "1.0", features = ["derive"] }
scale-info = { version = "2.1", default-features = false, features = [
"derive",
] }
sp-version = { tag = "monthly-2023-06", git = "https://github.com/paritytech/substrate" }
sp-version = { tag = "monthly-2023-07", git = "https://github.com/paritytech/substrate" }
ipfs-hasher = { version = "0.20.0", path = "../libs/ipfs-hasher" }
wasm-loader = { version = "0.20.0", path = "../libs/wasm-loader" }
wasm-testbed = { version = "0.20.0", path = "../libs/wasm-testbed" }
Expand Down
8 changes: 4 additions & 4 deletions libs/substrate-runtime-proposal-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ hex = "0.4"
blake2 = "0.10"
thiserror = "1.0"
codec = { version = "3.1", package = "parity-scale-codec" }
sp-core = { tag = "monthly-2023-06", git = "https://github.com/paritytech/substrate" }
sp-io = { tag = "monthly-2023-06", git = "https://github.com/paritytech/substrate" }
sp-runtime = { tag = "monthly-2023-06", git = "https://github.com/paritytech/substrate" }
sp-wasm-interface = { tag = "monthly-2023-06", git = "https://github.com/paritytech/substrate" }
sp-core = { tag = "monthly-2023-07", git = "https://github.com/paritytech/substrate" }
sp-io = { tag = "monthly-2023-07", git = "https://github.com/paritytech/substrate" }
sp-runtime = { tag = "monthly-2023-07", git = "https://github.com/paritytech/substrate" }
sp-wasm-interface = { tag = "monthly-2023-07", git = "https://github.com/paritytech/substrate" }
frame-metadata = { package = "frame-metadata", git = "https://github.com/paritytech/frame-metadata", branch = "main", features = [
"std",
] }
Loading

0 comments on commit d141f04

Please sign in to comment.