diff options
| author | Fuwn <[email protected]> | 2023-03-31 22:10:02 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-31 22:10:02 +0000 |
| commit | 25cd2691af68a4f8d5acfde9bce55cc8d47bf287 (patch) | |
| tree | dc06366cd07f1795fc9f2bf93a9d52b2b9f7bfea /Cargo.toml | |
| parent | feat(carg): bump 0.2.2 -> 0.2.3 (diff) | |
| download | windmark-25cd2691af68a4f8d5acfde9bce55cc8d47bf287.tar.xz windmark-25cd2691af68a4f8d5acfde9bce55cc8d47bf287.zip | |
feat(response): macro-based responses
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.3" +version = "0.2.4" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "An elegant and highly performant async Gemini server framework" |