From 9fd73f2969a91d928003f31dbcf439650c2f86ff Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sat, 14 Feb 2026 16:00:56 +0100 Subject: [PATCH] [release] expose-dir-via-http v1.3.50 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b3009c..ef8af54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -537,7 +537,7 @@ dependencies = [ [[package]] name = "expose-dir-via-http" -version = "1.3.49" +version = "1.3.50" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 250f3d4..2bb1b66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "expose-dir-via-http" -version = "1.3.49" +version = "1.3.50" edition = "2024" [lints.rust]