mirror of
https://github.com/kotovalexarian/rocket_csrf.git
synced 2025-04-21 17:22:23 -04:00
Bump version (0.1.1)
This commit is contained in:
parent
55b9883a54
commit
5b3c50d42c
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rocket_csrf"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Alex Kotov <kotovalexarian@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "CSRF (Cross-Site Request Forgery) protection for Rocket web framework"
|
||||
|
|
2
examples/minimal/Cargo.lock
generated
2
examples/minimal/Cargo.lock
generated
|
@ -865,7 +865,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rocket_csrf"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"rand",
|
||||
|
|
Loading…
Add table
Reference in a new issue