From 699b5c097666bae72324516b2d63155a659138de Mon Sep 17 00:00:00 2001 From: Yorke Rhodes Date: Mon, 9 Oct 2023 13:45:24 -0400 Subject: [PATCH] Add core dep float flag to base --- rust/hyperlane-base/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/hyperlane-base/Cargo.toml b/rust/hyperlane-base/Cargo.toml index db98e22afd..3d28ab0e05 100644 --- a/rust/hyperlane-base/Cargo.toml +++ b/rust/hyperlane-base/Cargo.toml @@ -41,7 +41,7 @@ backtrace = { workspace = true, optional = true } backtrace-oneline = { path = "../utils/backtrace-oneline", optional = true } ethers-prometheus = { path = "../ethers-prometheus", features = ["serde"] } -hyperlane-core = { path = "../hyperlane-core", features = ["agent"] } +hyperlane-core = { path = "../hyperlane-core", features = ["agent", "float"] } hyperlane-ethereum = { path = "../chains/hyperlane-ethereum" } hyperlane-fuel = { path = "../chains/hyperlane-fuel" } hyperlane-sealevel = { path = "../chains/hyperlane-sealevel" }