diff options
| author | Fuwn <[email protected]> | 2022-03-30 21:31:03 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-30 21:31:03 +0000 |
| commit | 53020cb3717f4d2e88ce69ecfcb79b573b5cda7d (patch) | |
| tree | 93135407e2886cda4d35f598fd7375232df8ffc9 /Cargo.toml | |
| parent | feat(router): specify custom port (diff) | |
| download | windmark-53020cb3717f4d2e88ce69ecfcb79b573b5cda7d.tar.xz windmark-53020cb3717f4d2e88ce69ecfcb79b573b5cda7d.zip | |
fix(router): use different certificate file
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.4" +version = "0.1.5" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "An elegant and highly performant async Gemini server framework" |