aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-01-08 03:27:23 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-01-09 01:47:59 +0100
commitc3d64b9be3865649eadb52f580b4ee43b9d72c02 (patch)
treef1cca7bea7fb348069b7a6f766a79726ad12df5a
parent91fc2d17524508c6c3fcf7df64f7dad21e2cf5c7 (diff)
supergit: bump crate version
-rw-r--r--apps/servers/octopus/supergit/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/servers/octopus/supergit/Cargo.toml b/apps/servers/octopus/supergit/Cargo.toml
index ff83cd991d52..5646d27c5643 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 <kookie@spacekookie.de>"]
+version = "0.2.0"
+authors = ["Katharina Fey <kookie@spacekookie.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
documentation = "https://docs.rs/supergit"