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: