Bump MSRV to 1.70

This commit is contained in:
2023-08-25 08:49:08 +02:00
parent 29c9daf53e
commit 49b15bb6bd
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ keywords = ["mutex", "rwlock", "once", "thread"]
description = "Ensure deadlock-free mutexes by allocating in order, or else."
readme = "README.md"
repository = "https://github.com/bertptrs/tracing-mutex"
rust-version = "1.63"
rust-version = "1.70"
[package.metadata.docs.rs]
# Build docs for all features so the documentation is more complete