Skip to content

Commit 6bfa8c2

Browse files
committed
Update MSRV to 1.86
async-graphql requires a minimum of 1.86 and is the current limiting factor of the versions we can support.
1 parent c8d42f8 commit 6bfa8c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "numtracker"
55
version = "0.0.0"
66
edition = "2021"
77
license = "Apache-2.0"
8-
rust-version = "1.83"
8+
rust-version = "1.86"
99

1010
[lints.clippy]
1111
unwrap_used = "deny"

0 commit comments

Comments
 (0)