diff --git a/.travis.yml b/.travis.yml index 33dc26e..d922125 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ cache: matrix: include: - - rust: 1.21.0 - rust: stable - rust: beta - rust: nightly diff --git a/README.md b/README.md index db658f0..0c98760 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ A curated list of examples related to actix. +## from commulity +* [Rust-webapp-starter](https://github.com/OUISRC/Rust-webapp-starter) : A full-stack Single Page Webapp written in actix-web with vuejs. + ## Contribute Welcome to contribute !