From ce3a5ad021d7a694f743c1c9e6b2136c7d4cfcdf Mon Sep 17 00:00:00 2001 From: Yong Wen Chua Date: Wed, 13 Nov 2019 10:09:21 +0800 Subject: [PATCH] Fix docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9d6ec73..7eac404 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -29,7 +29,7 @@ might work, but they are subject to the minimum that Rocket sets. Add the following to Cargo.toml: ```toml -rocket_cors = "0.5.1-beta-2" +rocket_cors = "0.5.1" ``` To use the latest `master` branch, for example: