From 5b3c50d42cb90d193652b5bb459d313d1ca2c456 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sat, 17 Oct 2020 05:14:51 +0500 Subject: [PATCH] Bump version (0.1.1) --- Cargo.toml | 2 +- examples/minimal/Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dfbf3a0..72e607c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocket_csrf" -version = "0.1.0" +version = "0.1.1" authors = ["Alex Kotov "] edition = "2018" description = "CSRF (Cross-Site Request Forgery) protection for Rocket web framework" diff --git a/examples/minimal/Cargo.lock b/examples/minimal/Cargo.lock index dd24734..b1c4f4c 100644 --- a/examples/minimal/Cargo.lock +++ b/examples/minimal/Cargo.lock @@ -865,7 +865,7 @@ dependencies = [ [[package]] name = "rocket_csrf" -version = "0.1.0" +version = "0.1.1" dependencies = [ "base64 0.13.0", "rand",