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 | 4ae6f12bb59148f27f88fac30f5935133102c5f9 (patch) | |
| tree | 9d984c80f8f0de526523a320d562f8c3c94748e6 /Cargo.toml | |
| parent | chore(cargo): republish with --all-features (diff) | |
| download | windmark-4ae6f12bb59148f27f88fac30f5935133102c5f9.tar.xz windmark-4ae6f12bb59148f27f88fac30f5935133102c5f9.zip | |
feat(response): success with mime response
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ [package] name = "windmark" -version = "0.1.18" +version = "0.1.19" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "An elegant and highly performant async Gemini server framework" |