Skip to content

Commit 81a0f7a

Browse files
Merge pull request #2 from CleverCloud/chore/edition
Update rust edition
2 parents fe3cb41 + a6fd1f4 commit 81a0f7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "oauth10a"
33
description = "A rust implementation of the oauth 1.0a protocol fully-async with logging, metrics and tracing facilities"
4-
version = "1.0.1"
5-
edition = "2018"
4+
version = "1.1.0"
5+
edition = "2021"
66
authors = ["Florentin Dubois <[email protected]>"]
77
license-file = "LICENSE"
88
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This crate is under development, you can use it, but it may have bugs or unimple
1313
To install this dependency, just add the following line to your `Cargo.toml` manifest.
1414

1515
```toml
16-
oauth10a = { version = "^1.0.1", features = ["metrics"] }
16+
oauth10a = { version = "^1.1.0", features = ["metrics"] }
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)