From a99ce0e73433b05a3c1c2a801fbda144cc956480 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 27 Mar 2022 06:37:19 +0000 Subject: feat(cargo): bump version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b0f8362..0d96360 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ Windmark is An elegant and highly performant async Gemini server framework. # Cargo.toml [dependencies] -windmark = "0.1.0" +windmark = "0.1.1" # If you would like to use the built-in logger (reccomended) -# windmark = { version = "0.1.0", features = ["logger"] } +# windmark = { version = "0.1.1", features = ["logger"] } ``` ### Implement a Windmark server -- cgit v1.2.3