update readme

This commit is contained in:
Bevan Hunt 2020-01-26 05:40:38 -08:00
parent 61f4dd97c1
commit b73f9beecf
3 changed files with 2 additions and 4 deletions

2
Cargo.lock generated
View File

@ -99,7 +99,7 @@ dependencies = [
[[package]]
name = "broker"
version = "3.0.1"
version = "3.0.2"
dependencies = [
"bcrypt 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "broker"
version = "3.0.1"
version = "3.0.2"
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
edition = "2018"
license = "MIT"

View File

@ -53,8 +53,6 @@ The recommended way to do this is to run the [RoughEnough Client](https://crates
### API
- this library is 2.0.0 and the API is stable
#### Step 1 - create a user
```html