diff options
author | Teddy Wing | 2020-07-29 01:50:25 +0200 |
---|---|---|
committer | Teddy Wing | 2020-07-29 01:52:11 +0200 |
commit | f29d7a2b1831fbf6e7091a5ea070e150d7063c48 (patch) | |
tree | 2b9f82ce3048b3c35c7ee5f6e360d062eec0cc92 /Cargo.lock | |
parent | fed821ebd28b8a5e9087ddb3ec0ad920523b8c98 (diff) | |
download | git-suggestion-f29d7a2b1831fbf6e7091a5ea070e150d7063c48.tar.bz2 |
Rename crate to 'github-suggestion'
Didn't like the old name. Wanted to make the GitHub reference more
explicit. I remember it as "suggestion", since that's the name of the
GitHub feature, so "suggested" was confusing. The final "patch" seemed
redundant or unnecessary.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -238,21 +238,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724" [[package]] -name = "git-suggested-patch" -version = "0.0.1" -dependencies = [ - "git2", - "github-rs", - "regex", - "serde", - "serde_json", - "tempfile", - "thiserror", - "unidiff", - "url", -] - -[[package]] name = "git2" version = "0.13.8" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -283,6 +268,21 @@ dependencies = [ ] [[package]] +name = "github-suggestion" +version = "0.0.1" +dependencies = [ + "git2", + "github-rs", + "regex", + "serde", + "serde_json", + "tempfile", + "thiserror", + "unidiff", + "url", +] + +[[package]] name = "h2" version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" |