Skip to content

Commit

Permalink
chore: Use near-primitives feature for registry-types
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Jan 3, 2024
1 parent fc656bb commit af1ff04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
serde_json = "1.0.108"

block-streamer = { path = "../block-streamer" }
registry-types = { path = "../registry/types" }
registry-types = { path = "../registry/types", features = ["near-primitives"] }

near-jsonrpc-client = "0.6.0"
near-primitives = "0.17.0"
Expand Down

0 comments on commit af1ff04

Please sign in to comment.