From 27a0ef73f16240288f66301c897d92e170625681 Mon Sep 17 00:00:00 2001 From: Heinmci Date: Mon, 16 Jul 2018 03:28:47 +0200 Subject: [PATCH] fixed rocket_cors version in readme (#39) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b29a22..93cde37 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ work, but they are subject to the minimum that Rocket sets. Add the following to Cargo.toml: ```toml -rocket_cors = "0.3.0" +rocket_cors = "0.2.3" ``` To use the latest `master` branch, for example: