diff options
| author | Fuwn <[email protected]> | 2022-07-09 01:41:19 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-09 01:41:19 +0000 |
| commit | d806185bdd41cd89159f5ab729710d84bbae2265 (patch) | |
| tree | 9d984c80f8f0de526523a320d562f8c3c94748e6 /README.md | |
| parent | chore(cargo): republish with --all-features (diff) | |
| download | windmark-0.1.19.tar.xz windmark-0.1.19.zip | |
feat(response): success with mime responsev0.1.19
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,15 +15,15 @@ the modern age! # Cargo.toml [dependencies] -windmark = "0.1.18" +windmark = "0.1.19" tokio = { version = "0.2.4", features = ["full"] } # If you would like to use the built-in logger (recommended) -# windmark = { version = "0.1.18", features = ["logger"] } +# windmark = { version = "0.1.19", features = ["logger"] } # If you would like to use the built-in MIME dedection when `Success`-ing a file # (recommended) -# windmark = { version = "0.1.18", features = ["auto-deduce-mime"] } +# windmark = { version = "0.1.19", features = ["auto-deduce-mime"] } ``` ### Implement a Windmark server |