🏡 index : ~doyle/rgit.git

author Jordan Doyle <jordan@doyle.la> 2024-02-03 15:45:00.0 +00:00:00
committer Jordan Doyle <jordan@doyle.la> 2024-02-03 15:45:00.0 +00:00:00
commit
2afb0b0a247087c1217f54150580a7c89d5fcf36 [patch]
tree
28223d4fb97225f5e5d56cea5687ef0bd5e8aa35
parent
f274cc128cb8ad6ffc41daa892f579009b3e9467
download
2afb0b0a247087c1217f54150580a7c89d5fcf36.tar.gz

Release 0.1.3



Diff

 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 172b822..5c9127b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1899,7 +1899,7 @@ dependencies = [

[[package]]
name = "rgit"
version = "0.1.2"
version = "0.1.3"
dependencies = [
 "anyhow",
 "askama",
diff --git a/Cargo.toml b/Cargo.toml
index f565ee0..8545710 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rgit"
description = "A gitweb/cgit-like interface"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = [ "Jordan Doyle <jordan@doyle.la>" ]
license = "WTFPL"