From 96bf785336e313c926a2dc77f5c1e5c626b57f5f Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Fri, 20 Sep 2024 11:27:19 +0200 Subject: [PATCH] chore: Update cargo file --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80e1acb..63885f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,7 +163,7 @@ dependencies = [ [[package]] name = "actix-session-sqlx-postgres" -version = "0.1.4" +version = "0.2.0" dependencies = [ "actix-session", "actix-test", diff --git a/Cargo.toml b/Cargo.toml index 441f987..07bb182 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-session-sqlx-postgres" -version = "0.1.4" +version = "0.2.0" edition = "2021" authors = [ "Christopher Kolstad ",