From eccdcd865483e1e2c02c7e2f1a4e4ec59ee3279b Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 17 Mar 2020 11:25:42 -0500 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0814865..0478d59 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ First, add Actix Webfinger as a dependency [dependencies] actix = "0.10.0-alpha.1" actix-web = "3.0.0-alpha.1" -actix-webfinger = "0.3.0-alpha.2" +actix-webfinger = "0.3.0-alpha.3" ``` Then use it in your application