Skip to content

Commit

Permalink
Updates to README file
Browse files Browse the repository at this point in the history
  • Loading branch information
markeel committed Jan 3, 2024
1 parent 8337d8c commit a647ae0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Simply add the following to your `Cargo.toml` file:

```toml
[dependencies]
rocket-basicauth = "2"
rocket-basicauth = "3"
```

#### Disabling logging
Expand All @@ -41,6 +41,15 @@ By default, this crate uses the [`log`](https://crates.io/crates/log) library to
rocket-basicauth = { version = "2", default-features = false }
```

#### Rocket 0.5-rc1 to 0.5-rc3

Version 2.0 supports the pre-release versions of Rocket 0.5 RC1 to RC3

```toml
[dependencies]
rocket-basicauth = "2"
```

#### Rocket 0.4

Support for Rocket 0.4 is **decrepit** in the eyes of this crate but may still be used by changing the version, to do this, instead write:
Expand Down

0 comments on commit a647ae0

Please sign in to comment.