aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-30 21:31:03 +0000
committerFuwn <[email protected]>2022-03-30 21:31:03 +0000
commit43d42d1d73ed2cc7d4604309b8e96c5b3d2b3d57 (patch)
tree93135407e2886cda4d35f598fd7375232df8ffc9 /Cargo.toml
parentfeat(router): specify custom port (diff)
downloadwindmark-43d42d1d73ed2cc7d4604309b8e96c5b3d2b3d57.tar.xz
windmark-43d42d1d73ed2cc7d4604309b8e96c5b3d2b3d57.zip
fix(router): use different certificate file
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 ceea1a3..ba7a8a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "windmark"
-version = "0.1.4"
+version = "0.1.5"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"