From 53ee349dfd62d6be07377dc69ad4f4d0cee6aa87 Mon Sep 17 00:00:00 2001 From: bain Date: Sun, 2 Jun 2024 13:31:57 +0200 Subject: [PATCH] temporairly use custom tide-serve-dir-macro --- Cargo.lock | 3 +-- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c491ee..cef7529 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1755,8 +1755,7 @@ dependencies = [ [[package]] name = "tide-serve-dir-macro" version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0569876d14d685e8047bb24104c2e5c36768507cb0e3bc719b962c10d08c6e8b" +source = "git+https://github.com/bain3/tide-serve-dir-macro#ede8edca40737bc7a76bdc7ccf24a393489b964a" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index fc5de3e..250b138 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,5 @@ ring = { version = "0.17.8", features = ["std"] } anyhow = "1.0.70" base64 = "0.21.0" hex = "0.4.3" -tide-serve-dir-macro = "0.1" +# TODO: replace with crates.io version when updated upstream +tide-serve-dir-macro = { git = "https://github.com/bain3/tide-serve-dir-macro" }