From 6b92b940abe7bdf49e4265c5b2f5da363b6a3941 Mon Sep 17 00:00:00 2001 From: itamar Date: Tue, 23 Jul 2024 23:13:47 +0200 Subject: [PATCH] toml fix? --- crates/astria-bridge-withdrawer/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/astria-bridge-withdrawer/Cargo.toml b/crates/astria-bridge-withdrawer/Cargo.toml index 312ff20ad3..c318db1917 100644 --- a/crates/astria-bridge-withdrawer/Cargo.toml +++ b/crates/astria-bridge-withdrawer/Cargo.toml @@ -38,9 +38,9 @@ tonic = { workspace = true } astria-bridge-contracts = { path = "../astria-bridge-contracts" } astria-build-info = { path = "../astria-build-info", features = ["runtime"] } astria-core = { path = "../astria-core", features = [ - "serde", - "server", - "client", + "serde", + "server", + "client", ] } astria-eyre = { path = "../astria-eyre" } config = { package = "astria-config", path = "../astria-config" }