1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-22 10:23:18 +01:00

Bump up to 0.3.0-alpha.1

This commit is contained in:
Yuki Okushi 2020-03-15 06:15:22 +09:00
parent a3ebc8ca66
commit dd7ee27388
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [0.3.0-alpha.1] - 2020-03-12
## [0.3.0-alpha.1] - 2020-03-14
* Update the `time` dependency to 0.2.7
* Update the `actix-web` dependency to 3.0.0-alpha.1

View File

@ -1,6 +1,6 @@
[package]
name = "actix-identity"
version = "0.2.1"
version = "0.3.0-alpha.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Identity service for actix-web framework."
readme = "README.md"

View File

@ -16,4 +16,4 @@
* [API Documentation](https://docs.rs/actix-identity/)
* [Chat on gitter](https://gitter.im/actix/actix)
* Cargo package: [actix-session](https://crates.io/crates/actix-identity)
* Minimum supported Rust version: 1.34 or later
* Minimum supported Rust version: 1.39 or later