From 799e268143a74bb03e772ae81f8391a5f68d8473 Mon Sep 17 00:00:00 2001 From: Max Countryman Date: Fri, 13 Oct 2023 07:48:24 -0700 Subject: [PATCH] mark v0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18f12e0..8517a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-sessions" -version = "0.6.0" +version = "0.6.1" description = "🥠 Cookie-based sessions for Axum via async-session." edition = "2021" homepage = "https://github.com/maxcountryman/axum-sessions"