From 91f4879ba40bff00c7a5eab2f6ab2f3ce29e2a52 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Fri, 14 Mar 2025 13:45:57 +0100 Subject: [PATCH] [release] expose-dir-via-http v1.3.15 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a0721f..1f003b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -564,7 +564,7 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "expose-dir-via-http" -version = "1.3.14" +version = "1.3.15" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 53525ce..dee15e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "expose-dir-via-http" -version = "1.3.14" +version = "1.3.15" edition = "2024" [lints.rust]