Skip to content

Commit a6fd1f4

Browse files
Upgrade rust to use 2021 edition
1 parent 05916b2 commit a6fd1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

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

0 commit comments

Comments
 (0)