Skip to content

Commit

Permalink
taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanoroshiba committed Nov 15, 2024
1 parent f9ffd21 commit 0aa27a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion crates/astria-bridge-contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = "1.81.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
astria-core = { path = "../astria-core"}
astria-core = { path = "../astria-core" }

ethers = { workspace = true }
futures = { workspace = true }
Expand Down
5 changes: 1 addition & 4 deletions crates/astria-bridge-withdrawer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ astria-bridge-contracts = { path = "../astria-bridge-contracts", features = [
"tracing",
] }
astria-build-info = { path = "../astria-build-info", features = ["runtime"] }
astria-core = { path = "../astria-core", features = [
"server",
"client",
] }
astria-core = { path = "../astria-core", features = ["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 = [
Expand Down
5 changes: 1 addition & 4 deletions crates/astria-composer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ homepage = "https://astria.org"

[dependencies]
astria-build-info = { path = "../astria-build-info", features = ["runtime"] }
astria-core = { path = "../astria-core", features = [
"client",
"server",
] }
astria-core = { path = "../astria-core", features = ["client", "server"] }
astria-eyre = { path = "../astria-eyre" }
config = { package = "astria-config", path = "../astria-config" }
telemetry = { package = "astria-telemetry", path = "../astria-telemetry", features = [
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 @@ -36,7 +36,7 @@ penumbra-ibc = { workspace = true }
penumbra-proto = { workspace = true }
prost = { workspace = true }
rand = { workspace = true }
serde = { workspace = true, features = ["derive"]}
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
sha2 = { workspace = true }
tendermint = { workspace = true }
Expand Down
5 changes: 1 addition & 4 deletions crates/astria-sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ tonic = { workspace = true }
tracing = { workspace = true }

[dev-dependencies]
astria-core = { path = "../astria-core", features = [
"server",
"test-utils",
] }
astria-core = { path = "../astria-core", features = ["server", "test-utils"] }
config = { package = "astria-config", path = "../astria-config", features = [
"tests",
] }
Expand Down

0 comments on commit 0aa27a6

Please sign in to comment.