Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinDUBOIS committed Oct 25, 2021
1 parent 81a0f7a commit d1c5ee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oauth10a"
description = "A rust implementation of the oauth 1.0a protocol fully-async with logging, metrics and tracing facilities"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
authors = ["Florentin Dubois <florentin.dubois@clever-cloud.com>"]
license-file = "LICENSE"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
## Status

This crate is under development, you can use it, but it may have bugs or unimplemented features.
This crate is ready for production, if you may have bugs, so please an issue to
fix the trouble.

## Installation

To install this dependency, just add the following line to your `Cargo.toml` manifest.

```toml
oauth10a = { version = "^1.1.0", features = ["metrics"] }
oauth10a = { version = "^1.2.0", features = ["metrics"] }
```

## Usage
Expand Down

0 comments on commit d1c5ee1

Please sign in to comment.