use upstream tide-serve-dir-macro
This commit is contained in:
parent
f83a15a082
commit
278fc65b2a
2 changed files with 4 additions and 4 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -1730,8 +1730,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tide-serve-dir-macro"
|
name = "tide-serve-dir-macro"
|
||||||
version = "0.1.2"
|
version = "0.2.0"
|
||||||
source = "git+https://github.com/bain3/tide-serve-dir-macro#b20f9fe97bfe5fc8a718c6953666f94ed208e20c"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "e32ae548028698e2cff0ea540b69ea3dfaa57f8e7cf70c52973d9236d273a4b5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
|
@ -15,5 +15,4 @@ ring = { version = "0.17.8", features = ["std"] }
|
||||||
anyhow = "1.0.70"
|
anyhow = "1.0.70"
|
||||||
base64 = "0.21.0"
|
base64 = "0.21.0"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
# TODO: replace with crates.io version when updated upstream
|
tide-serve-dir-macro = "0.2"
|
||||||
tide-serve-dir-macro = { git = "https://github.com/bain3/tide-serve-dir-macro" }
|
|
||||||
|
|
Loading…
Reference in a new issue