From da37de109a871ea63fc78c385375ce23bac6b225 Mon Sep 17 00:00:00 2001 From: Alexandre Pauwels <8890201+ajpauwels@users.noreply.github.com> Date: Tue, 30 Nov 2021 11:18:01 +0000 Subject: [PATCH] fix: update cargo.toml version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36ae64d..1d438b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "warp-sessions" license = "MIT" -version = "1.0.15" +version = "1.0.16" authors = ["ajp <8890201+ajpauwels@users.noreply.github.com>"] edition = "2018" description = "Generic session middleware for the warp HTTP framework"