Skip to content

Commit

Permalink
Fix gum reference
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
  • Loading branch information
alexggh committed Sep 20, 2024
1 parent e19d8dc commit ae0a087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/core/approval-voting-parallel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
async-trait = { workspace = true }
futures = { workspace = true }
futures-timer = { workspace = true }
gum = { package = "tracing-gum", path = "../../gum" }
gum = { workspace = true }
itertools = { workspace = true }
thiserror = { workspace = true }

Expand Down

0 comments on commit ae0a087

Please sign in to comment.