Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvdb committed Jul 29, 2017
1 parent 44d1915 commit 127deb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Auth-rs
=============

[![](https://img.shields.io/badge/crates.io-v0.2.0-red.svg)](https://crates.io/crates/rocket-simpleauth)
[![](https://img.shields.io/badge/crates.io-v0.3.0-red.svg)](https://crates.io/crates/rocket-simpleauth)

This library provides a simple username/password authentication system to use with Rocket.
At the moment the library is not yet published at crates.io, but can be used via this Git repository.
Expand All @@ -13,7 +13,7 @@ Cargo.toml
```toml
[dependencies]
rocket = "0.3.0"
rocket-simpleauth = "0.2.0"
rocket-simpleauth = "0.3.0"
rocket_codegen = "0.3.0"
```

Expand Down

0 comments on commit 127deb9

Please sign in to comment.