From 9a2805dc8a4dc1f43b6337106a96c52472b47573 Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Mon, 31 May 2021 18:36:06 -0700 Subject: [PATCH] (cargo-release) version 3.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08f826e..991cf25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-session" -version = "2.0.1" +version = "3.0.0" license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/async-session" documentation = "https://docs.rs/async-session"