chore: Use workspace-defined MSRV

This commit is contained in:
Kévin Commaille
2023-07-04 15:01:19 +02:00
committed by Kévin Commaille
parent c8e61a2ee7
commit 77d94caf11
13 changed files with 15 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ readme = "README.md"
license = "MIT"
version = "0.9.1"
edition = "2021"
rust-version = "1.64"
rust-version = { workspace = true }
[package.metadata.docs.rs]
all-features = true