From dab5d1a529294008e1f19f975028fbf046664323 Mon Sep 17 00:00:00 2001 From: Adam Dossa Date: Thu, 10 Oct 2024 14:48:52 +0100 Subject: [PATCH] Toml version bump (#1732) * Update version * Remove unused rust_toolchain files --- Cargo.lock | 2 +- Cargo.toml | 2 +- pallets/runtime/mainnet/rust-toolchain.toml | 5 ----- pallets/runtime/testnet/rust-toolchain.toml | 5 ----- 4 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 pallets/runtime/mainnet/rust-toolchain.toml delete mode 100644 pallets/runtime/testnet/rust-toolchain.toml diff --git a/Cargo.lock b/Cargo.lock index ea2a2397f2..0a3a21acdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6516,7 +6516,7 @@ dependencies = [ [[package]] name = "polymesh" -version = "6.3.4" +version = "6.3.5" dependencies = [ "clap 4.4.11", "frame-benchmarking", diff --git a/Cargo.toml b/Cargo.toml index 79289ac17b..e7799314bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polymesh" -version = "6.3.4" +version = "6.3.5" authors = ["PolymeshAssociation"] build = "build.rs" edition = "2021" diff --git a/pallets/runtime/mainnet/rust-toolchain.toml b/pallets/runtime/mainnet/rust-toolchain.toml deleted file mode 100644 index f76705ac00..0000000000 --- a/pallets/runtime/mainnet/rust-toolchain.toml +++ /dev/null @@ -1,5 +0,0 @@ -[toolchain] -channel = "nightly-2023-12-11" -targets = [ "wasm32-unknown-unknown" ] -components = [ "rustfmt" ] -profile = "minimal" diff --git a/pallets/runtime/testnet/rust-toolchain.toml b/pallets/runtime/testnet/rust-toolchain.toml deleted file mode 100644 index f76705ac00..0000000000 --- a/pallets/runtime/testnet/rust-toolchain.toml +++ /dev/null @@ -1,5 +0,0 @@ -[toolchain] -channel = "nightly-2023-12-11" -targets = [ "wasm32-unknown-unknown" ] -components = [ "rustfmt" ] -profile = "minimal"