Skip to content

Commit

Permalink
bump dkg-substrate to v0.1.12 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
1xstj authored Feb 23, 2023
1 parent bb23358 commit d38a506
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.1.11"
version = "0.1.12"
authors = ["Webb Technologies Inc."]
edition = "2021"
license = "Unlicense"
Expand Down Expand Up @@ -36,12 +36,12 @@ libsecp256k1 = { version = "0.7.0", default-features = false }
rustc-hex = { version = "2.1.0", default-features = false }

# DKG Substrate Dependencies
dkg-runtime-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.11", default-features = false }
pallet-dkg-metadata = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.11", default-features = false }
pallet-dkg-proposal-handler = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.11", default-features = false }
pallet-dkg-proposals = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.11", default-features = false }
dkg-gadget = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.11" }
dkg-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.11" }
dkg-runtime-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.12", default-features = false }
pallet-dkg-metadata = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.12", default-features = false }
pallet-dkg-proposal-handler = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.12", default-features = false }
pallet-dkg-proposals = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.12", default-features = false }
dkg-gadget = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.12" }
dkg-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.12" }
tangle-runtime = { package = "tangle-standalone-runtime", path = "standalone/runtime" }

# Protocol Substrate Dependencies
Expand Down

0 comments on commit d38a506

Please sign in to comment.