From 1bc0c424374c07be97abaacabdfd314b0125e62e Mon Sep 17 00:00:00 2001 From: Teajey <21069848+Teajey@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:55:28 +1200 Subject: [PATCH] pkg: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd9757e..54d2705 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ dependencies = [ [[package]] name = "custard" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index d140581..00544e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "custard" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT" description = "A frontmatter-querying server"