diff --git a/.travis.yml b/.travis.yml index 92a03fefa..ec1451fdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: rust rust: - - 1.20.0 + - 1.21.0 - stable - beta - nightly diff --git a/Cargo.toml b/Cargo.toml index 93d6231da..59a0268f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,8 @@ default = ["web"] web = ["actix-web", "cookie", "http", "rand", "serde", "serde_json"] [dependencies] -actix = "^0.4.4" +#actix = "^0.4.4" +actix = { git = 'https://github.com/actix/actix.git' } log = "0.4" backoff = "0.1" diff --git a/README.md b/README.md index 9e0a7b7fe..a73e3c24e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ -# Actix redis +# Redis integration for actix framework + +## Documentation + +* [API Documentation (Development)](http://actix.github.io/actix-redis/actix_redis/) +* [API Documentation (Releases)](https://docs.rs/actix-redis/) +* [Chat on gitter](https://gitter.im/actix/actix) +* Cargo package: [actix-redis](https://crates.io/crates/actix-redis) +* Minimum supported Rust version: 1.21 or later + ## Redis session backend