diff options
| author | Fuwn <[email protected]> | 2024-07-17 00:42:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-17 01:38:22 +0000 |
| commit | b7c883961bd463fb5289ef1ed27d9829712433c8 (patch) | |
| tree | e928495faeec502f9cb5fbdcf5e5374532334324 /Cargo.toml | |
| parent | feat(router): setters for direct key and certificate content (diff) | |
| download | windmark-b7c883961bd463fb5289ef1ed27d9829712433c8.tar.xz windmark-b7c883961bd463fb5289ef1ed27d9829712433c8.zip | |
fix(router): ensure route-time locks
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ members = ["rossweisse"] [package] name = "windmark" -version = "0.3.10" +version = "0.3.11" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "An elegant and highly performant async Gemini server framework" |