From c3d64b9be3865649eadb52f580b4ee43b9d72c02 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Fri, 8 Jan 2021 03:27:23 +0100 Subject: [PATCH] supergit: bump crate version --- apps/servers/octopus/supergit/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/servers/octopus/supergit/Cargo.toml b/apps/servers/octopus/supergit/Cargo.toml index ff83cd991d5..5646d27c564 100644 --- a/apps/servers/octopus/supergit/Cargo.toml +++ b/apps/servers/octopus/supergit/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "supergit" description = "A strongly typed, read-only representation of a git repository" -version = "0.1.0" -authors = ["Mx Kookie "] +version = "0.2.0" +authors = ["Katharina Fey "] edition = "2018" license = "GPL-3.0-or-later" documentation = "https://docs.rs/supergit"