diff options
| author | Fuwn <[email protected]> | 2022-03-31 07:13:32 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-31 07:13:32 +0000 |
| commit | c76dedb2534cf313398aef2abb38b28444f84474 (patch) | |
| tree | b72f769c643ea2758f37a60402b38fdb92b74a5a /README.md | |
| parent | feat(cargo): bump version (diff) | |
| download | windmark-c76dedb2534cf313398aef2abb38b28444f84474.tar.xz windmark-c76dedb2534cf313398aef2abb38b28444f84474.zip | |
fix(router): conditional feature args
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |