From 55f2d451d0e186c78d646839910ad564bcdd4fcc Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Thu, 16 Nov 2023 16:22:49 +1300 Subject: [PATCH] update version --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e045c53..54752c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,10 +13,10 @@ parity-scale-codec = { version = "3.6.5", default-features = false, features = [ scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } serde = { version = "1.0.101", default-features = false } -frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -frame-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-io = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +frame-support = { version = "25.0.0", default-features = false } +frame-system = { version = "25.0.0", default-features = false } +sp-core = { version = "25.0.0", default-features = false } +sp-std = { version = "12.0.0", default-features = false } +sp-runtime = { version = "28.0.0", default-features = false } +sp-io = { version = "27.0.0", default-features = false } +pallet-balances = { version = "25.0.0", default-features = false }