From 80f3a44f0636d797b129da9479116f98acf8a58c Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Mon, 19 Aug 2024 12:48:56 +0200 Subject: [PATCH] test: gdev-901 --- Cargo.lock | 2 +- node/Cargo.toml | 2 +- runtime/gdev/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c17d76a7..800096f77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2480,7 +2480,7 @@ dependencies = [ [[package]] name = "duniter" -version = "0.8.0" +version = "0.8.1" dependencies = [ "async-io", "bs58 0.5.1", diff --git a/node/Cargo.toml b/node/Cargo.toml index 7c5db8247..f698e7164 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -7,7 +7,7 @@ homepage.workspace = true license.workspace = true name = "duniter" repository.workspace = true -version = "0.8.0" +version = "0.8.1" default-run = "duniter" [package.metadata.docs.rs] diff --git a/runtime/gdev/src/lib.rs b/runtime/gdev/src/lib.rs index bfd9a714a..e6f5506a5 100644 --- a/runtime/gdev/src/lib.rs +++ b/runtime/gdev/src/lib.rs @@ -96,7 +96,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 800, + spec_version: 901, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, -- GitLab