From d5bbbf89facaa368a2641461bfdb96666863c665 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 31 Mar 2022 07:13:32 +0000 Subject: fix(router): conditional feature args --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 575fb82..df101f2 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ Windmark is an elegant and highly performant, async Gemini server framework. # Cargo.toml [dependencies] -windmark = "0.1.6" +windmark = "0.1.7" tokio = { version = "0.2.4", features = ["full"] } # If you would like to use the built-in logger (recommended) -# windmark = { version = "0.1.6", features = ["logger"] } +# windmark = { version = "0.1.7", features = ["logger"] } ``` ### Implement a Windmark server -- cgit v1.2.3