aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-02 01:09:15 +0000
committerFuwn <[email protected]>2022-06-02 01:09:15 +0000
commit5f1eda9db41565f675b09e584af7f0e1c6fa4fb2 (patch)
tree4e8373484c3bc723205c69dcb873f4046d521fb1 /Cargo.toml
parentfeat(response): plain text routes (diff)
downloadseptember-5f1eda9db41565f675b09e584af7f0e1c6fa4fb2.tar.xz
september-5f1eda9db41565f675b09e584af7f0e1c6fa4fb2.zip
feat(response): show meta when non-success response0.1.5
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 95dd03f..dbc4391 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "september"
-version = "0.1.4"
+version = "0.1.5"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A simple and efficient Gemini-to-HTTP proxy."