diff options
author | Martin Fischer <martin@push-f.com> | 2021-07-03 18:08:04 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-07-03 20:23:22 +0200 |
commit | 973acc037b2a78b1ad3d2ccb0c1dd38098335269 (patch) | |
tree | 428a17b2adea29ca5946409be69f60375b454467 | |
parent | 306289dfd1b55b24eee3195ae56a6db7539b6740 (diff) |
disable unneeded hyperlocal "client" feature
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,4 +35,4 @@ multer = "2.0.0" mime_guess = "2.0" [target.'cfg(unix)'.dependencies] -hyperlocal = "0.8" +hyperlocal = { version = "0.8", features = ["server"] } |