Author:
Hash:
Timestamp:
+1 -1 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
91fe7bbd36e254f19029e8c38b78e4e06d89fa54
Sat, 12 Jul 2025 14:39:19 +0000 (4 months ago)
| 1 | diff --git a/Cargo.toml b/Cargo.toml |
| 2 | index 9a0e036..7ae401c 100644 |
| 3 | --- a/Cargo.toml |
| 4 | +++ b/Cargo.toml |
| 5 | @@ -24,7 +24,7 @@ bytes = "1.10.1" |
| 6 | clap = { version = "4.4.18", features = ["derive"] } |
| 7 | clap_complete = { version = "4.4.10" } |
| 8 | serde = { version = "1.0", features = ["derive"] } |
| 9 | - git2 = { version = "0.20.2", default_features = false, features = [] } |
| 10 | + git2 = { version = "0.20.2", default-features = false, features = [] } |
| 11 | rand = "0.9.1" |
| 12 | thiserror = "2.0.12" |
| 13 | tracing = { version = "0.1.41", features=["log"] } |