diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ [package] name = "windmark" -version = "0.1.0" +version = "0.1.1" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "An elegant and highly performant async Gemini server framework" @@ -14,10 +14,10 @@ Windmark is An elegant and highly performant async Gemini server framework. # Cargo.toml [dependencies] -windmark = "0.1.0" +windmark = "0.1.1" # If you would like to use the built-in logger (reccomended) -# windmark = { version = "0.1.0", features = ["logger"] } +# windmark = { version = "0.1.1", features = ["logger"] } ``` ### Implement a Windmark server |