diff --git a/Cargo.lock b/Cargo.lock index d7d5977e73..9aa0b98ebc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5277,7 +5277,7 @@ dependencies = [ [[package]] name = "node-cli" -version = "0.9.1" +version = "0.9.2" dependencies = [ "cumulus-client-cli", "cumulus-client-service", diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index de98b1086e..f071ba3ca1 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-cli" -version = "0.9.1" +version = "0.9.2" authors = ["Liebi Technologies "] description = "Bifrost Parachain Node" build = "build.rs" diff --git a/runtime/asgard/build.rs b/runtime/asgard/build.rs index 2a888dbc96..26e0497ca6 100644 --- a/runtime/asgard/build.rs +++ b/runtime/asgard/build.rs @@ -23,7 +23,5 @@ fn main() { .with_current_project() .export_heap_base() .import_memory() - .append_to_rust_flags("-C opt-level=z") // shrink the size of wasm binary - .append_to_rust_flags("-C linker-plugin-lto") .build() } diff --git a/runtime/bifrost/build.rs b/runtime/bifrost/build.rs index 2a888dbc96..26e0497ca6 100644 --- a/runtime/bifrost/build.rs +++ b/runtime/bifrost/build.rs @@ -23,7 +23,5 @@ fn main() { .with_current_project() .export_heap_base() .import_memory() - .append_to_rust_flags("-C opt-level=z") // shrink the size of wasm binary - .append_to_rust_flags("-C linker-plugin-lto") .build() } diff --git a/runtime/bifrost/src/lib.rs b/runtime/bifrost/src/lib.rs index e8a6b79bd2..3cb886fe7d 100644 --- a/runtime/bifrost/src/lib.rs +++ b/runtime/bifrost/src/lib.rs @@ -134,7 +134,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("bifrost"), impl_name: create_runtime_str!("bifrost"), authoring_version: 1, - spec_version: 901, + spec_version: 902, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,