aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-30 10:19:28 +0000
committerFuwn <[email protected]>2022-03-30 10:19:28 +0000
commitfb8ac4c71853a99afaff2377c84238deff0db06f (patch)
treef6564efb1e36b1de1dfe97bbb5b9a820a9ebceec /Cargo.toml
parentfeat(cargo): bump version (diff)
downloadwindmark-0.1.4.tar.xz
windmark-0.1.4.zip
feat(router): specify custom port0.1.4
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 c895da3..ceea1a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "windmark"
-version = "0.1.3"
+version = "0.1.4"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"