diff options
| author | Max Audron <me@audron.dev> | 2026-01-06 23:14:36 +0100 |
|---|---|---|
| committer | Max Audron <me@audron.dev> | 2026-01-06 23:21:57 +0100 |
| commit | 03b484d0adc1861ab7e2862e8b36191d63d248b2 (patch) | |
| tree | caf77ecfe3c11be0cca1d8494d751e8f899672d4 /Cargo.toml | |
| parent | update README (diff) | |
release 1.1.01.1.0
- rewrite git implementation to use gix
- only checkout repo if clean
- fix wrong ref being updated on checkout if branch contained slash
- update dependencies and rust version
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "gtree" description = "A tool to clone and pull whole group trees from a git forge, properly organized on disk." -version = "1.0.4" +version = "1.1.0" edition = "2021" authors = ["Max Audron <audron@cocaine.farm>"] license = "ISC" |
