fix(deps): bump MSRV to get things to pass in CI again

This commit is contained in:
Kat Marchán 2024-12-03 01:00:03 -08:00
parent 8a6ecddef3
commit 4ac171abfd
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
2 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [1.56.0, stable]
rust: [1.70.0, stable]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:

View File

@ -120,6 +120,10 @@
//! you [`KdlDocument::fmt`] in which case the original representation will be
//! thrown away and the actual value will be used when serializing.
//!
//! ## Minimum Supported Rust Version (MSRV)
//!
//! This crate requires Rust 1.70.0 or later.
//!
//! ## License
//!
//! The code in this repository is covered by [the Apache-2.0