Skip to content

Commit

Permalink
lint: cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
anshalshukla committed Jan 4, 2024
1 parent cb8e5ab commit cb35166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ bollard = "0.15.0"
clap = { version = "4.4.11", features = ["derive"] }
dirs = "5.0.1"
env_logger = "0.10.1"
futures-util = "0.3.30"
git2 = "0.18.1"
hex = { version = "0.4.3", features = [] }
inquire = "0.6.2"
Expand All @@ -25,6 +26,5 @@ sp-core = "27.0.0"
strum = { version = "0.25.0", features = ["derive"] }
strum_macros = { version = "0.25.3", features = [] }
thiserror = "1.0.52"
toml = "0.8.8"
tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros"] }
futures-util = "0.3.30"
toml = "0.8.8"

0 comments on commit cb35166

Please sign in to comment.