aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-31 17:34:09 +0000
committerFuwn <[email protected]>2022-07-31 17:34:16 +0000
commitae81292908fd049365b9ff582727e0227af8563e (patch)
treefe376d5bc148a9691e1c57278c71ac383538d639 /Cargo.toml
parentdocs(README.md): add nightly toolchain notice (diff)
downloadwindmark-0.1.20.tar.xz
windmark-0.1.20.zip
feat: drop rust nightly requirement!!!v0.1.20
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 45158de..88f0f96 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "windmark"
-version = "0.1.19"
+version = "0.1.20"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"