Skip to content

Commit

Permalink
reorder deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-lemay committed Mar 6, 2024
1 parent d381e40 commit 4c1c1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f1-packet-recorder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ f1-telemetry = { path = "../f1-telemetry" }
f1-telemetry-common = { path = "../f1-telemetry-common" }
anyhow = "1.0.80"
clap = { version = "4.0.4", features = ["derive", "env"] }
ctrlc = "3.4.2"
log = "0.4.17"
rusqlite = { version = "0.31.0", features = ["bundled"] }
simplelog = "0.12.0"
time = "0.3.11"
ctrlc = "3.4.2"

0 comments on commit 4c1c1cd

Please sign in to comment.