From 05c3441fe2c957c2eaa473f3f59bd593c396b521 Mon Sep 17 00:00:00 2001 From: drewstone Date: Wed, 28 Feb 2024 16:32:21 -0500 Subject: [PATCH] Bump frame-support (#185) --- proposals/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/Cargo.toml b/proposals/Cargo.toml index 3fb72cf..d7c645b 100644 --- a/proposals/Cargo.toml +++ b/proposals/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webb-proposals" -version = "0.8.0" +version = "0.8.1" description = "Webb Protocol Proposals Specification & Implementation (part of webb-rs SDK)" categories = ["encoding", "no-std"] keywords = ["webb", "proposals", "protocol", "blockchain"] @@ -15,7 +15,7 @@ homepage = { workspace = true } [dependencies] scale-codec = { package = 'parity-scale-codec', version = '3.0.0', default-features = false, optional = true, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.1.1", default-features = false, optional = true } -frame-support = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", optional = true } +frame-support = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.7.0", optional = true } num-traits = { version = "0.2.15", default-features = false } typed-builder = { version = "0.18", default-features = false, optional = true } tiny-keccak = { version = "2.0.2", features = ["keccak"] }