Bump version (0.3.0)

This commit is contained in:
Alex Kotov 2021-03-06 08:16:13 +05:00
parent c5ae43dad5
commit fe1bfdcdd3
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -959,7 +959,7 @@ dependencies = [
[[package]]
name = "rocket_csrf"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"base64 0.13.0",
"bcrypt",