diff options
| author | Fuwn <[email protected]> | 2022-03-31 03:04:05 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-31 03:04:05 +0000 |
| commit | f1aa8c06940523a3965909fa0013294061fec973 (patch) | |
| tree | d6246e1194e41c496dfb9ff20e5976be8edec142 /README.md | |
| parent | feat(features): auto-deduce-mime (diff) | |
| download | windmark-0.1.6.tar.xz windmark-0.1.6.zip | |
feat(cargo): bump version0.1.6
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.5" +windmark = "0.1.6" tokio = { version = "0.2.4", features = ["full"] } # If you would like to use the built-in logger (recommended) -# windmark = { version = "0.1.5", features = ["logger"] } +# windmark = { version = "0.1.6", features = ["logger"] } ``` ### Implement a Windmark server |