From f9068fca7f0f11664e202684f8616844fdd79a61 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 13 Jul 2022 07:38:50 +0300 Subject: [PATCH] Do not bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9538211..b9f711c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket_csrf" -version = "0.4.0" +version = "0.3.0" authors = ["Alex Kotov "] edition = "2018" description = "CSRF (Cross-Site Request Forgery) protection for Rocket web framework"