diff options
| author | Fuwn <[email protected]> | 2023-04-06 08:14:07 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-06 08:14:07 +0000 |
| commit | 7a51308c4416ff946ecb48b69d4a657ef7172eae (patch) | |
| tree | ed3e1b127d883fd5f88998134562e98f8274d057 /Cargo.toml | |
| parent | feat(response): async error handler (diff) | |
| download | windmark-7a51308c4416ff946ecb48b69d4a657ef7172eae.tar.xz windmark-7a51308c4416ff946ecb48b69d4a657ef7172eae.zip | |
feat(cargo): bump 0.3.1 -> 0.3.2
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.3.1" +version = "0.3.2" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "An elegant and highly performant async Gemini server framework" |