mirror of https://github.com/kdl-org/kdl-rs.git
fix(deps): bump MSRV to get things to pass in CI again
This commit is contained in:
parent
8a6ecddef3
commit
4ac171abfd
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
rust: [1.56.0, stable]
|
rust: [1.70.0, stable]
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -120,6 +120,10 @@
|
||||||
//! you [`KdlDocument::fmt`] in which case the original representation will be
|
//! you [`KdlDocument::fmt`] in which case the original representation will be
|
||||||
//! thrown away and the actual value will be used when serializing.
|
//! 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
|
//! ## License
|
||||||
//!
|
//!
|
||||||
//! The code in this repository is covered by [the Apache-2.0
|
//! The code in this repository is covered by [the Apache-2.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue