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
commit9a2fa743f3272adede7c91cd15bef72e9531f99e (patch)
tree9835cc6a75603ae2aad6e4e4ec3737c865a395ff /Cargo.toml
parentfeat(response): plain text routes (diff)
downloadseptember-0.1.5.tar.xz
september-0.1.5.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 db5c586..ef1e496 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."