From ba2dcfad85042de5519239200ded1a65b960a392 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 2 Nov 2024 06:04:50 -0700 Subject: [PATCH] chore(crate): bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9016532..d2bc06c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1988,7 +1988,7 @@ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" [[package]] name = "september" -version = "0.2.31" +version = "0.2.32" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 95bacc8..508c1dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "september" -version = "0.2.31" +version = "0.2.32" authors = ["Fuwn "] edition = "2021" description = "A simple and efficient Gemini-to-HTTP proxy."