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 +++ a/Cargo.lock @@ -1899,7 +1899,7 @@ [[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 +++ a/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"