diff options
author | Cyborus <cyborus@cyborus.xyz> | 2023-12-11 17:16:05 +0100 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2023-12-11 21:51:36 +0100 |
commit | d321788d7c2796072d4447089e637b0f11766a80 (patch) | |
tree | efd9751548769743e0664193175b6ec8a13aee66 /Cargo.toml | |
parent | checking if a pr exists does not return a body (diff) | |
download | forgejo-api-d321788d7c2796072d4447089e637b0f11766a80.tar.xz forgejo-api-d321788d7c2796072d4447089e637b0f11766a80.zip |
replace calls to `git2` with calls to `git` cli
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,4 +18,3 @@ serde_json = "1.0.108" [dev-dependencies] eyre = "0.6.9" tokio = { version = "1.29.1", features = ["net", "fs", "rt", "macros"] } -git2 = "0.18.1" |