Build and test with Rust 1.63

This commit is contained in:
2022-08-27 10:26:42 +02:00
parent 61d19f866c
commit 5f6823394d
3 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
rust:
- "1.63" # minimum stable rust version
- stable
- beta
- nightly

View File

@@ -10,6 +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"
[package.metadata.docs.rs]
# Build docs for all features so the documentation is more complete

View File

@@ -1,4 +1,5 @@
status = [
'Rust project (1.63)',
'Rust project (stable)',
'Rust project (beta)',
'Documentation build',