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 21b0ba5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions crates/astria-bridge-withdrawer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,24 @@ 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" }
sequencer-client = { package = "astria-sequencer-client", path = "../astria-sequencer-client", features = [
"http",
"http",
] }
telemetry = { package = "astria-telemetry", path = "../astria-telemetry", features = [
"display",
"display",
] }

[dev-dependencies]
astria-core = { path = "../astria-core", features = ["server", "test-utils"] }
astria-grpc-mock = { path = "../astria-grpc-mock" }
config = { package = "astria-config", path = "../astria-config", features = [
"tests",
"tests",
] }
reqwest = { workspace = true, features = ["json"] }
tempfile = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ merkle = { package = "astria-merkle", path = "../astria-merkle" }
bytes = { workspace = true }
celestia-tendermint = { workspace = true }
ed25519-consensus = { version = "2.1.0", default-features = false, features = [
"std",
"std",
] }
ethers = { workspace = true }
hex = { workspace = true }
Expand Down

0 comments on commit 21b0ba5

Please sign in to comment.