aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-01 01:10:46 +0000
committerFuwn <[email protected]>2022-06-01 01:10:46 +0000
commit666c2780d0f91b8f8e9be8e649fb1a35bd9510e2 (patch)
tree8ad54e5befdcad1d3b7a17f9e83c97af4de9c3ea /Cargo.toml
parentrefactor(router): move router to seperate file (diff)
downloadwindmark-666c2780d0f91b8f8e9be8e649fb1a35bd9510e2.tar.xz
windmark-666c2780d0f91b8f8e9be8e649fb1a35bd9510e2.zip
docs(cargo): bump version
Also, use the doc attribute to include the README automatically! Wish I knew about this earlier!
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 cf208b5..af9c279 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "windmark"
-version = "0.1.14"
+version = "0.1.15"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"