aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-01-14 08:08:23 +0000
committerFuwn <[email protected]>2025-01-14 08:08:23 +0000
commit776925ad8014bf896f8e227188196c85878b3a15 (patch)
treed0ce803f90b72e483ae8c9d00833f8fb58f45abc
parentrefactor(url): simplify approach (diff)
downloadseptember-776925ad8014bf896f8e227188196c85878b3a15.tar.xz
september-776925ad8014bf896f8e227188196c85878b3a15.zip
docs(cargo): bump version
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d2bc06c..d2d61b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 3
+version = 4
[[package]]
name = "actix-codec"
@@ -1988,7 +1988,7 @@ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
[[package]]
name = "september"
-version = "0.2.32"
+version = "0.2.33"
dependencies = [
"actix-web",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 508c1dd..4519dfd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "september"
-version = "0.2.32"
+version = "0.2.33"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A simple and efficient Gemini-to-HTTP proxy."
@@ -44,4 +44,4 @@ comrak = "0.29.0"
vergen = { version = "8.3.2", features = ["git", "gitoxide"] }
# `Result`
-anyhow = "1.0.92" \ No newline at end of file
+anyhow = "1.0.92"