aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-06 21:02:41 -0700
committerFuwn <[email protected]>2022-04-06 21:02:41 -0700
commite84763934a44a69425c7514acbeaa7b0721c3fb1 (patch)
treec2da4586b640fc394247d3e98babf8039201bb8c /Cargo.toml
parentfix: for windmark 0.1.9 (diff)
downloadlocus-e84763934a44a69425c7514acbeaa7b0721c3fb1.tar.xz
locus-e84763934a44a69425c7514acbeaa7b0721c3fb1.zip
feat: route fixing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d22e43d..00ed2c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ codegen-units = 1
[dependencies]
# Gemini
-windmark = { version = "0.1.9", features = ["logger", "auto-deduce-mime"] }
+windmark = { version = "0.1.12", features = ["logger", "auto-deduce-mime"] }
# Loggging
log = "0.4.16"