From c5c16dc80461bcfe180f2056b265f509b0af5a17 Mon Sep 17 00:00:00 2001 From: Christian Kruse Date: Sat, 29 Jan 2022 08:51:10 +0100 Subject: [PATCH] version 1.0.15 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 125566a0..009cd9a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4087,7 +4087,7 @@ dependencies = [ [[package]] name = "wwwtech_rs" -version = "1.0.14" +version = "1.0.15" dependencies = [ "actix-files", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index ea622f1c..dec89c3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wwwtech_rs" -version = "1.0.14" +version = "1.0.15" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html