Skip to content

Commit fba4c64

Browse files
build(rust): increase msrv to 1.84.1
Signed-off-by: Florentin Dubois <[email protected]>
1 parent e05fe01 commit fba4c64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

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

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.64.0
1+
1.84.1

0 commit comments

Comments
 (0)