diff options
| author | Fuwn <[email protected]> | 2023-04-27 06:26:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-27 06:26:23 +0000 |
| commit | fba84a2587e2e87b04a82787bf41622211ddd0c0 (patch) | |
| tree | 63182499360531c8623ae24920bdde866c788025 /Cargo.toml | |
| parent | fix(ci): fix tests and doc examples (diff) | |
| download | windmark-0.3.7.tar.xz windmark-0.3.7.zip | |
deps(rossweisse): pin to 0.0.0v0.3.7
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ members = ["rossweisse"] [package] name = "windmark" -version = "0.3.6" +version = "0.3.7" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "An elegant and highly performant async Gemini server framework" @@ -50,4 +50,4 @@ tree_magic = { version = "0.2.3", optional = true } # MIME paste = "1.0.12" # Token Pasting [dev-dependencies] -rossweisse = { version = "*", path = "./rossweisse" } +rossweisse = { version = "0.0.0", path = "./rossweisse" } |