aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <me@audron.dev>2026-01-06 23:14:36 +0100
committerMax Audron <me@audron.dev>2026-01-06 23:21:57 +0100
commit03b484d0adc1861ab7e2862e8b36191d63d248b2 (patch)
treecaf77ecfe3c11be0cca1d8494d751e8f899672d4 /Cargo.toml
parentupdate 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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 71e81ea..f366fe9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"