Skip to content

Commit

Permalink
feat: Update to latest dkg-substrate (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
1xstj authored Oct 16, 2023
1 parent c57f33e commit e892e17
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.4.9"
version = "0.5.0"
authors = ["Webb Technologies Inc."]
edition = "2021"
license = "Unlicense"
Expand Down Expand Up @@ -69,15 +69,15 @@ slices = "0.2.0"


# DKG Substrate Dependencies
dkg-runtime-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.5", default-features = false }
pallet-dkg-metadata = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.5", default-features = false }
pallet-dkg-proposal-handler = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.5", default-features = false }
pallet-dkg-proposals = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.5", default-features = false }
pallet-bridge-registry = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.5", default-features = false }
dkg-gadget = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.5" }
dkg-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.5" }
webb-relayer-gadget = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.5" }
webb-relayer-gadget-cli = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.5" }
dkg-runtime-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6", default-features = false }
pallet-dkg-metadata = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6", default-features = false }
pallet-dkg-proposal-handler = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6", default-features = false }
pallet-dkg-proposals = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6", default-features = false }
pallet-bridge-registry = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6", default-features = false }
dkg-gadget = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6" }
dkg-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6" }
webb-relayer-gadget = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6" }
webb-relayer-gadget-cli = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6" }

tangle-runtime = { package = "tangle-standalone-runtime", path = "standalone/runtime" }

Expand Down

0 comments on commit e892e17

Please sign in to comment.