From 3d8e7ad5cc5497d1d08bffb7c4a365d6f591fe01 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Mon, 18 Nov 2024 20:59:17 +0000 Subject: [PATCH] Release v0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27dbd71..409715a 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -2474,7 +2474,7 @@ [[package]] name = "rgit" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 1034e0f..6e88c92 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rgit" description = "A gitweb/cgit-like interface" -version = "0.1.3" +version = "0.1.4" edition = "2021" authors = ["Jordan Doyle "] license = "WTFPL" -- rgit 0.1.3