Skip to content

Commit

Permalink
Undo Cargo.toml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemoldrup authored Nov 29, 2023
1 parent 51cd657 commit 42a1595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recover-id-object/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2021"
[dependencies]
clap = { version = "4", features = ["env", "derive"] }
anyhow = "1"
tokio = { version = "1.20", features = ["rt-multi-thread", "macros"] }
tonic = { version = "0.8", features = ["tls", "tls-roots", "tls-webpki-roots"] }
tokio = {version = "1.20", features = ["rt-multi-thread", "macros"]}
tonic = {version = "0.8", features = ["tls", "tls-roots", "tls-webpki-roots"]}
thiserror = "1"

concordium-rust-sdk = { path = "../deps/concordium-rust-sdk", version = "*" }
Expand Down

0 comments on commit 42a1595

Please sign in to comment.