diff --git a/.github/workflows/_check-excluded-packages.yml b/.github/workflows/_check-excluded-packages.yml index 4d655a181d..eb04f7e1c1 100644 --- a/.github/workflows/_check-excluded-packages.yml +++ b/.github/workflows/_check-excluded-packages.yml @@ -47,7 +47,7 @@ jobs: rustup target add wasm32-unknown-unknown rustup component add rust-src --toolchain nightly-2022-10-30-x86_64-unknown-linux-gnu - cargo install cargo-dylint dylint-link + cargo install --locked cargo-dylint dylint-link cargo install --version 2.1.0 --force --locked cargo-contract packages="${{ steps.format_output.outputs.packages }}" diff --git a/Cargo.lock b/Cargo.lock index b57e314c3e..c884acf122 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,7 +351,7 @@ dependencies = [ [[package]] name = "aleph-node" -version = "0.11.3" +version = "0.11.4" dependencies = [ "aleph-runtime", "finality-aleph", @@ -408,7 +408,7 @@ dependencies = [ [[package]] name = "aleph-runtime" -version = "0.11.3" +version = "0.11.4" dependencies = [ "baby-liminal-extension", "frame-benchmarking", diff --git a/bin/node/Cargo.toml b/bin/node/Cargo.toml index 1466317d17..41a0ae5c88 100644 --- a/bin/node/Cargo.toml +++ b/bin/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-node" -version = "0.11.3" +version = "0.11.4" authors = ["Cardinal Cryptography"] description = "Aleph node binary" edition = "2021" diff --git a/bin/runtime/Cargo.toml b/bin/runtime/Cargo.toml index e9f37f5987..4786f09113 100644 --- a/bin/runtime/Cargo.toml +++ b/bin/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-runtime" -version = "0.11.3" +version = "0.11.4" authors = ["Cardinal Cryptography"] edition = "2021" homepage = "https://alephzero.org" diff --git a/bin/runtime/src/lib.rs b/bin/runtime/src/lib.rs index ae026caccd..4a2bef7cd7 100644 --- a/bin/runtime/src/lib.rs +++ b/bin/runtime/src/lib.rs @@ -110,10 +110,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("aleph-node"), impl_name: create_runtime_str!("aleph-node"), authoring_version: 1, - spec_version: 64, + spec_version: 65, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 14, + transaction_version: 16, state_version: 0, };