Skip to content

Commit

Permalink
Merge pull request #31 from bastion-rs/readme-update
Browse files Browse the repository at this point in the history
Update versions in the README
  • Loading branch information
Stupremee authored Feb 1, 2021
2 parents 76f7814 + 272a29b commit aa85975
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
Expand Up @@ -25,7 +25,7 @@ cargo add agnostik

otherwise, add this to your Cargo.toml file
```
agnostik = "0.2.0"
agnostik = "0.2"
```

## Usage
Expand All @@ -43,7 +43,7 @@ Valid features are:

E.g. to use the Tokio runtime, add the following line to your Cargo.toml
```
agnostik = { version = "0.2.0", features = ["runtime_tokio"]}
agnostik = { version = "0.2", features = ["runtime_tokio"]}
```

### Examples
Expand Down

0 comments on commit aa85975

Please sign in to comment.