Skip to content

Commit

Permalink
fixed dependency in runtime-codegen (paritytech#2886)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Mar 19, 2024
1 parent 62372e7 commit 9cb8a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/runtime-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap = { version = "4.4.6", features = ["derive", "cargo"] }
codec = { package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive"] }
color-eyre = "0.6.1"
proc-macro2 = "1.0.56"
quote = { workspace = true }
quote = { version = "1.0.33" }
subxt-codegen = { git = "https://github.com/paritytech/subxt", branch = "master", default-features = false, features = ["fetch-metadata"] }
wasm-loader = { git = "https://github.com/chevdor/subwasm", branch = "master" }
wasm-testbed = { git = "https://github.com/chevdor/subwasm", branch = "master" }
Expand Down

0 comments on commit 9cb8a2c

Please sign in to comment.