diff options
| author | Fuwn <[email protected]> | 2022-06-01 01:10:46 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-01 01:10:46 +0000 |
| commit | 93f3b8cb812532e0500e1ffec24ba9194a5827bb (patch) | |
| tree | 8ad54e5befdcad1d3b7a17f9e83c97af4de9c3ea /Cargo.toml | |
| parent | refactor(router): move router to seperate file (diff) | |
| download | windmark-0.1.15.tar.xz windmark-0.1.15.zip | |
docs(cargo): bump version0.1.15
Also, use the doc attribute to include the README automatically! Wish I
knew about this earlier!
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.14" +version = "0.1.15" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "An elegant and highly performant async Gemini server framework" |