mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
update examples links
This commit is contained in:
parent
ff38ba2ce3
commit
d46ee464e0
@ -10,5 +10,5 @@
|
|||||||
## Documentation & Resources
|
## Documentation & Resources
|
||||||
|
|
||||||
- [API Documentation](https://docs.rs/actix-cors)
|
- [API Documentation](https://docs.rs/actix-cors)
|
||||||
- [Example Project](https://github.com/actix/examples/tree/master/security/web-cors)
|
- [Example Project](https://github.com/actix/examples/tree/master/cors)
|
||||||
- Minimum Supported Rust Version (MSRV): 1.54
|
- Minimum Supported Rust Version (MSRV): 1.54
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
## Documentation & Resources
|
## Documentation & Resources
|
||||||
|
|
||||||
- [API Documentation](https://docs.rs/actix-protobuf)
|
- [API Documentation](https://docs.rs/actix-protobuf)
|
||||||
- [Example Project](https://github.com/actix/examples/tree/master/other/protobuf)
|
- [Example Project](https://github.com/actix/examples/tree/master/protobuf)
|
||||||
- Minimum Supported Rust Version (MSRV): 1.54
|
- Minimum Supported Rust Version (MSRV): 1.54
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
## Documentation & Resources
|
## Documentation & Resources
|
||||||
|
|
||||||
- [API Documentation](https://docs.rs/actix-redis)
|
- [API Documentation](https://docs.rs/actix-redis)
|
||||||
- [Example Project](https://github.com/actix/examples/tree/HEAD/session/redis-session)
|
- [Example Project](https://github.com/actix/examples/tree/master/auth/redis-session)
|
||||||
- Minimum Supported Rust Version (MSRV): 1.54
|
- Minimum Supported Rust Version (MSRV): 1.54
|
||||||
|
|
||||||
## Redis Session Backend
|
## Redis Session Backend
|
||||||
|
@ -11,5 +11,5 @@
|
|||||||
## Documentation & Resources
|
## Documentation & Resources
|
||||||
|
|
||||||
- [API Documentation](https://docs.rs/actix-session)
|
- [API Documentation](https://docs.rs/actix-session)
|
||||||
- [Example Projects](https://github.com/actix/examples/tree/HEAD/session)
|
- [Example Projects](https://github.com/actix/examples/tree/master/auth/cookie-session)
|
||||||
- Minimum Supported Rust Version (MSRV): 1.54
|
- Minimum Supported Rust Version (MSRV): 1.54
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
- `actix-web` dependency is used without default features now [#6]
|
- `actix-web` dependency is used without default features now [#6]
|
||||||
- `base64` dependency version was bumped to `0.10`
|
- `base64` dependency version was bumped to `0.10`
|
||||||
|
|
||||||
[#6]: (https://github.com/actix/actix-web-httpauth/pull/6)
|
[#6]: https://github.com/actix/actix-web-httpauth/pull/6
|
||||||
|
|
||||||
|
|
||||||
## 0.1.0 - 2018-09-08
|
## 0.1.0 - 2018-09-08
|
||||||
|
Loading…
Reference in New Issue
Block a user