Skip to content

Commit

Permalink
chore: release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinDUBOIS committed Dec 13, 2021
1 parent 9ff67a5 commit 97dafe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.2"
version = "1.2.3"
edition = "2021"
rust-version = "1.56"
authors = ["Florentin Dubois <florentin.dubois@clever-cloud.com>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fix the trouble.
To install this dependency, just add the following line to your `Cargo.toml` manifest.

```toml
oauth10a = { version = "^1.2.2", features = ["metrics"] }
oauth10a = { version = "^1.2.3", features = ["metrics"] }
```

## Usage
Expand Down

0 comments on commit 97dafe8

Please sign in to comment.