Skip to content

Commit 922f498

Browse files
committed
Format Cargo.toml
1 parent bb1308b commit 922f498

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

linera-indexer/lib/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ linera-version.workspace = true
5656
linera-views.workspace = true
5757
prost.workspace = true
5858
reqwest.workspace = true
59-
sqlx = { workspace = true, features = ["runtime-tokio-rustls", "sqlite", "postgres"] }
59+
sqlx = { workspace = true, features = [
60+
"runtime-tokio-rustls",
61+
"sqlite",
62+
"postgres",
63+
] }
6064
thiserror.workspace = true
6165
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
6266
tokio-stream = "0.1"

0 commit comments

Comments
 (0)