mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
8e95a3e1aa
Working towards migrating the `parity-bridges-common` repo inside `polkadot-sdk`. This PR upgrades some dependencies in order to align them with the versions used in `parity-bridges-common` Related to https://github.com/paritytech/parity-bridges-common/issues/2538
30 lines
707 B
TOML
30 lines
707 B
TOML
[package]
|
|
name = "substrate-wasm-builder"
|
|
version = "17.0.0"
|
|
authors.workspace = true
|
|
description = "Utility for building WASM binaries"
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
build-helper = "0.1.1"
|
|
cargo_metadata = "0.15.4"
|
|
console = "0.15.8"
|
|
strum = { version = "0.26.2", features = ["derive"] }
|
|
tempfile = "3.1.0"
|
|
toml = "0.8.8"
|
|
walkdir = "2.4.0"
|
|
sp-maybe-compressed-blob = { path = "../../primitives/maybe-compressed-blob" }
|
|
filetime = "0.2.16"
|
|
wasm-opt = "0.116"
|
|
parity-wasm = "0.45"
|
|
polkavm-linker = { workspace = true }
|