diff options
| author | Fuwn <[email protected]> | 2023-03-31 23:55:20 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-31 23:55:20 +0000 |
| commit | b4138de0d753eba7d11bb41e45edd42c4784c7c4 (patch) | |
| tree | 3358e7db7f4287bcc7bc2e8deeb22e94bfeaffae /Cargo.toml | |
| parent | fix(cargo): response-macros feature flag (diff) | |
| download | windmark-0.2.5.tar.xz windmark-0.2.5.zip | |
feat(router): expose response to post-route callbackv0.2.5
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.2.4" +version = "0.2.5" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "An elegant and highly performant async Gemini server framework" |