Skip to content

Commit

Permalink
toml fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarreif committed Jul 23, 2024
1 parent 312b74b commit 6b92b94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/astria-bridge-withdrawer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 6b92b94

Please sign in to comment.