From 56b2ba4282ebc6ca75e91ee6e41457d86f5f4321 Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Mon, 3 Aug 2020 12:56:50 -0700 Subject: [PATCH] (cargo-release) version 2.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18a0a05..8f4343d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-session" -version = "2.0.0" +version = "2.0.1" license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/async-session" documentation = "https://docs.rs/async-session"