aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-09 01:41:19 +0000
committerFuwn <[email protected]>2022-07-09 01:41:19 +0000
commit4ae6f12bb59148f27f88fac30f5935133102c5f9 (patch)
tree9d984c80f8f0de526523a320d562f8c3c94748e6 /Cargo.toml
parentchore(cargo): republish with --all-features (diff)
downloadwindmark-4ae6f12bb59148f27f88fac30f5935133102c5f9.tar.xz
windmark-4ae6f12bb59148f27f88fac30f5935133102c5f9.zip
feat(response): success with mime response
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 11506e1..45158de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "windmark"
-version = "0.1.18"
+version = "0.1.19"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"