From 4577dac103d3bd3314e069aff64dfcde9a530bef Mon Sep 17 00:00:00 2001 From: Ashutosh Varma Date: Sat, 2 Mar 2024 13:04:07 +0530 Subject: [PATCH] feat: bump spec version and semver --- Cargo.lock | 12 ++++++------ bin/collator/Cargo.toml | 2 +- bin/xcm-tools/Cargo.toml | 2 +- runtime/astar/Cargo.toml | 2 +- runtime/astar/src/lib.rs | 2 +- runtime/local/Cargo.toml | 2 +- runtime/shibuya/Cargo.toml | 2 +- runtime/shibuya/src/lib.rs | 2 +- runtime/shiden/Cargo.toml | 2 +- runtime/shiden/src/lib.rs | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3bf67bb80e..dca98bc2f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -619,7 +619,7 @@ dependencies = [ [[package]] name = "astar-collator" -version = "5.32.1" +version = "5.33.0" dependencies = [ "astar-primitives", "astar-runtime", @@ -751,7 +751,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "5.32.1" +version = "5.33.0" dependencies = [ "array-bytes", "astar-primitives", @@ -6618,7 +6618,7 @@ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" [[package]] name = "local-runtime" -version = "5.32.1" +version = "5.33.0" dependencies = [ "array-bytes", "astar-primitives", @@ -13924,7 +13924,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.32.1" +version = "5.33.0" dependencies = [ "array-bytes", "astar-primitives", @@ -14039,7 +14039,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "5.32.1" +version = "5.33.0" dependencies = [ "array-bytes", "astar-primitives", @@ -17888,7 +17888,7 @@ dependencies = [ [[package]] name = "xcm-tools" -version = "0.6.0" +version = "0.7.0" dependencies = [ "astar-primitives", "clap", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index b434035676..dc05533a39 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "5.32.1" +version = "5.33.0" description = "Astar collator implementation in Rust." build = "build.rs" default-run = "astar-collator" diff --git a/bin/xcm-tools/Cargo.toml b/bin/xcm-tools/Cargo.toml index 3b90bc2df1..2db3bdb1fb 100644 --- a/bin/xcm-tools/Cargo.toml +++ b/bin/xcm-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm-tools" -version = "0.6.0" +version = "0.7.0" description = "Astar XCM tools." build = "build.rs" authors.workspace = true diff --git a/runtime/astar/Cargo.toml b/runtime/astar/Cargo.toml index 03b874ce05..5853b5e51a 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "5.32.1" +version = "5.33.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index 2f44a81975..f666aa252c 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -148,7 +148,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("astar"), impl_name: create_runtime_str!("astar"), authoring_version: 1, - spec_version: 80, + spec_version: 81, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index 146bacf7cc..a1ddf3460e 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.32.1" +version = "5.33.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index aa35a772c0..fd66d7c4c1 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.32.1" +version = "5.33.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index 9d1dce6c88..d6f5ce0577 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -173,7 +173,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shibuya"), impl_name: create_runtime_str!("shibuya"), authoring_version: 1, - spec_version: 122, + spec_version: 123, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index 808d857a9c..7ea060c129 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "5.32.1" +version = "5.33.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 7c3fbc58fc..560afa2eb7 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -149,7 +149,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shiden"), impl_name: create_runtime_str!("shiden"), authoring_version: 1, - spec_version: 119, + spec_version: 120, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,