Skip to content

Commit 39085bc

Browse files
committed
Bumping MSRV to 1.82 instead of 1.81
1 parent f0d9479 commit 39085bc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
version = "0.7.0"
7-
rust-version = "1.81.0"
7+
rust-version = "1.82.0"
88
edition = "2021"
99
authors = ["Jérémie RODON <jeremie.rodon@gmail.com>"]
1010
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ let err = AppsyncError::new("ValidationError", "Invalid email")
264264

265265
## Minimum Supported Rust Version (MSRV)
266266

267-
This crate requires Rust version 1.81.0 or later.
267+
This crate requires Rust version 1.82.0 or later.
268268

269269
## Contributing
270270

nix/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.81"
2+
channel = "1.82"
33
profile = "default"

0 commit comments

Comments
 (0)