From 58fdf5032c09477091367caa1ea31d513b7e5bfe Mon Sep 17 00:00:00 2001 From: Darin Date: Tue, 26 Nov 2019 15:48:28 -0500 Subject: [PATCH] Revert "started 1.0 branch for async-await port" --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d5f11df2..7834467c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ A curated list of examples related to actix. * [kriry.com](http://kriry.com/) : Explore-Interactive net. [source](https://github.com/kriry/waler) * [Roseline](https://github.com/DoumanAsh/roseline.rs) : A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various actix and actix-web concepts. * [Actix Auth Server](https://hgill.io/posts/auth-microservice-rust-actix-web-diesel-complete-tutorial-part-1/) : Auth web micro-service with rust using actix-web - complete tutorial. See code in [examples/simple-auth-server](https://github.com/actix/examples/tree/master/simple-auth-server) - ## Contribute Welcome to contribute !