Author:
Hash:
Timestamp:
+1 -1 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
2b2894ba34b30c40bb11339136e7b3506222a028
Sat, 12 Jul 2025 11:47:58 +0000 (4 months ago)
| 1 | diff --git a/Cargo.toml b/Cargo.toml |
| 2 | index 1181875..3248dfe 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 = "0.20.2" |
| 10 | + git2 = { version = "0.20.2", features = [] } |
| 11 | rand = "0.9.1" |
| 12 | thiserror = "2.0.12" |
| 13 | tracing = { version = "0.1.41", features=["log"] } |