aboutsummaryrefslogtreecommitdiff
path: root/apps/servers/octopus/supergit/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/servers/octopus/supergit/Cargo.toml')
-rw-r--r--apps/servers/octopus/supergit/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/servers/octopus/supergit/Cargo.toml b/apps/servers/octopus/supergit/Cargo.toml
index 5646d27c5643..ca9fb5ccca6e 100644
--- a/apps/servers/octopus/supergit/Cargo.toml
+++ b/apps/servers/octopus/supergit/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "supergit"
description = "A strongly typed, read-only representation of a git repository"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
documentation = "https://docs.rs/supergit"
readme = "README.md"
+repository = "https://git.spacekookie.de/kookienomicon/about/apps/servers/octopus/supergit"
[dependencies]
-git2 = "0.11"
-async-std = { version = "1.0", features = ["unstable"] }
-atomptr = "1.0" \ No newline at end of file
+atomptr = "1.0"
+git2 = "0.11" \ No newline at end of file