diff --git a/actix-identity/CHANGES.md b/actix-identity/CHANGES.md index 94d118917..a575c2840 100644 --- a/actix-identity/CHANGES.md +++ b/actix-identity/CHANGES.md @@ -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 diff --git a/actix-identity/Cargo.toml b/actix-identity/Cargo.toml index 6337a981e..c0e973f6e 100644 --- a/actix-identity/Cargo.toml +++ b/actix-identity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-identity" -version = "0.2.1" +version = "0.3.0-alpha.1" authors = ["Nikolay Kim "] description = "Identity service for actix-web framework." readme = "README.md" diff --git a/actix-identity/README.md b/actix-identity/README.md index fa9aaf025..e88b0a5ae 100644 --- a/actix-identity/README.md +++ b/actix-identity/README.md @@ -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