From 183c7057c2f5f0d050431a5e0d8cb8e7b4d74798 Mon Sep 17 00:00:00 2001 From: Shunsuke Watanabe Date: Thu, 15 Dec 2022 19:55:04 +0900 Subject: [PATCH] update package version (#46) up --- Cargo.lock | 4 ++-- node/Cargo.toml | 4 ++-- runtime/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f885718..c6c3fa0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7495,7 +7495,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "swanky-node" -version = "0.13.1" +version = "1.0.0" dependencies = [ "clap", "frame-benchmarking", @@ -7537,7 +7537,7 @@ dependencies = [ [[package]] name = "swanky-runtime" -version = "0.13.1" +version = "1.0.0" dependencies = [ "frame-benchmarking", "frame-executive", diff --git a/node/Cargo.toml b/node/Cargo.toml index 2da50ee..3033a43 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swanky-node" -version = "0.13.1" +version = "1.0.0" description = "Local Substrate node for wasm contract development & testing" authors = ["Astar Network"] homepage = "https://astar.network" @@ -56,7 +56,7 @@ frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", bran frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.33" } # Local Dependencies -swanky-runtime = { version = "0.13.1", path = "../runtime" } +swanky-runtime = { version = "1.0.0", path = "../runtime" } # RPC related dependencies jsonrpsee = { version = "0.15.1", features = ["server"] } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 592ea4b..6739e33 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swanky-runtime" -version = "0.13.1" +version = "1.0.0" description = "A fresh FRAME-based Substrate runtime, ready for hacking." authors = ["Astar Network"] homepage = "https://astar.network"