Bump version (0.2.0)

This commit is contained in:
Alex Kotov 2020-10-18 12:30:51 +05:00
parent 8c887d685a
commit 0d0c3c60c0
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rocket_csrf"
version = "0.1.1"
version = "0.2.0"
authors = ["Alex Kotov <kotovalexarian@gmail.com>"]
edition = "2018"
description = "CSRF (Cross-Site Request Forgery) protection for Rocket web framework"

View File

@ -865,7 +865,7 @@ dependencies = [
[[package]]
name = "rocket_csrf"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"base64 0.13.0",
"rand",