doc: update rust-version in Cargo.toml

The MSRV got bumped a little bit ago, so this is just catchup.

Closes #2539
This commit is contained in:
Jonathan Schwender
2023-06-19 11:17:04 +02:00
committed by Andrew Gallant
parent f4d07b9cbd
commit 16f783832e
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ exclude = ["HomebrewFormula"]
build = "build.rs"
autotests = false
edition = "2018"
rust-version = "1.65"
rust-version = "1.70"
[[bin]]
bench = false