mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 06:41:02 +00:00
Contracts: Update read_sandbox (#1390)
* Update runtime.rs * Fix * Revert "Update runtime.rs" This reverts commit 808f026a835b1f2707f640799454a50fd3a8be7b. * nit mono-repo fixes
This commit is contained in:
@@ -53,7 +53,7 @@ fn get_latest_version() -> u16 {
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
let out_dir = std::env::var("OUT_DIR")?;
|
||||
let path = std::path::Path::new(&out_dir).join("migration_codegen.rs");
|
||||
let mut f = std::fs::File::create(&path)?;
|
||||
let mut f = std::fs::File::create(path)?;
|
||||
let version = get_latest_version();
|
||||
write!(
|
||||
f,
|
||||
|
||||
Reference in New Issue
Block a user