diff options
| author | Fuwn <[email protected]> | 2023-05-05 02:01:56 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-05 02:01:56 +0000 |
| commit | cd532ca954e48a492f2a04411ac16286703e36df (patch) | |
| tree | fc9355a859b517fa3cfcec9f55891ebb47cc4093 /README.md | |
| parent | docs(readme): add feature flag table (diff) | |
| download | windmark-0.3.9.tar.xz windmark-0.3.9.zip | |
docs(cargo): bump windmark and rossweisse for preludev0.3.9
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -33,18 +33,18 @@ out [Rossweisse](./rossweisse/) for more information! # Cargo.toml [dependencies] -windmark = "0.3.8" +windmark = "0.3.9" tokio = { version = "1.26.0", features = ["full"] } # If you would like to use the built-in logger (recommended) -# windmark = { version = "0.3.8", features = ["logger"] } +# windmark = { version = "0.3.9", features = ["logger"] } # If you would like to use the built-in MIME dedection when `Success`-ing a file # (recommended) -# windmark = { version = "0.3.8", features = ["auto-deduce-mime"] } +# windmark = { version = "0.3.9", features = ["auto-deduce-mime"] } # If you would like to use macro-based responses (as seen below) -# windmark = { version = "0.3.8", features = ["response-macros"] } +# windmark = { version = "0.3.9", features = ["response-macros"] } ``` ### Implement a Windmark server |