Skip to content

Commit

Permalink
bump to polkadot-v0.9.39 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
1xstj authored Mar 31, 2023
1 parent e89e7c9 commit 1ed2db6
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.5.20"
version = "0.5.21"
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/substrate.git", branch = "polkadot-v0.9.36", optional = true }
frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.39", optional = true }
num-traits = { version = "0.2.15", default-features = false }
typed-builder = { version = "0.10.0", default-features = false, optional = true }
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
Expand Down

0 comments on commit 1ed2db6

Please sign in to comment.