mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Some updates
This commit is contained in:
@@ -17,11 +17,5 @@
|
||||
use wasm_builder_runner::{build_current_project, WasmBuilderSource};
|
||||
|
||||
fn main() {
|
||||
build_current_project(
|
||||
"wasm_binary.rs",
|
||||
WasmBuilderSource::Git {
|
||||
repo: "https://github.com/paritytech/substrate",
|
||||
rev: "c7fa536d85df5d6a0fc5cdc3f82b6e5a1a2db640",
|
||||
}
|
||||
);
|
||||
build_current_project("wasm_binary.rs", WasmBuilderSource::Crates("1.0.4"));
|
||||
}
|
||||
Reference in New Issue
Block a user