diff options
| author | Fuwn <[email protected]> | 2022-03-30 16:09:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-30 16:09:52 -0700 |
| commit | 429df3ab0481307e7cdac50bbd0afa6a1ff3fa77 (patch) | |
| tree | 009848386ee4671ce0572dd3e8495682e305b8cc /Cargo.toml | |
| parent | fix: reverts (diff) | |
| download | locus-429df3ab0481307e7cdac50bbd0afa6a1ff3fa77.tar.xz locus-429df3ab0481307e7cdac50bbd0afa6a1ff3fa77.zip | |
fix: new certificate loading method
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ codegen-units = 1 [dependencies] # Gemini -windmark = { version = "0.1.4", features = ["logger"] } +windmark = { version = "0.1.5", features = ["logger"] } # Loggging log = "0.4.16" |