gsdk 2.0.0

Rust SDK of the Gear network
Documentation
1
2
3
4
5
6
7
// Copyright (C) Gear Technologies Inc.
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0

fn main() {
    // force subxt proc macro to use updated metadata
    println!("cargo:rerun-if-changed=vara_runtime.scale");
}