Skip to content

Commit

Permalink
Bump frame-support (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone authored Feb 28, 2024
1 parent 118801f commit 05c3441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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"] }
Expand Down

0 comments on commit 05c3441

Please sign in to comment.