mirror of https://github.com/zkat/miette.git
MSRV: 1.82.0
This commit is contained in:
parent
22494897b1
commit
0e4ed2f9f6
|
|
@ -33,11 +33,11 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
features: [fancy, syntect-highlighter]
|
features: [fancy, syntect-highlighter]
|
||||||
rust: [1.70.0, stable]
|
rust: [1.82.0, stable]
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
exclude:
|
exclude:
|
||||||
- features: syntect-highlighter
|
- features: syntect-highlighter
|
||||||
rust: 1.70.0
|
rust: 1.82.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
if: matrix.rust == 'stable'
|
if: matrix.rust == 'stable'
|
||||||
run: cargo test --all --verbose --features ${{matrix.features}}
|
run: cargo test --all --verbose --features ${{matrix.features}}
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
if: matrix.rust == '1.70.0'
|
if: matrix.rust == '1.82.0'
|
||||||
run: cargo test --all --verbose --features ${{matrix.features}} no-format-args-capture
|
run: cargo test --all --verbose --features ${{matrix.features}} no-format-args-capture
|
||||||
|
|
||||||
wasm:
|
wasm:
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ documentation = "https://docs.rs/miette"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.82.0"
|
||||||
exclude = ["images/", "tests/", "miette-derive/"]
|
exclude = ["images/", "tests/", "miette-derive/"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
|
|
@ -785,7 +785,7 @@ println!("{:?}", report.with_source_code("About something or another or yet anot
|
||||||
|
|
||||||
### MSRV
|
### MSRV
|
||||||
|
|
||||||
This crate requires rustc 1.70.0 or later.
|
This crate requires rustc 1.82.0 or later.
|
||||||
|
|
||||||
### Acknowledgements
|
### Acknowledgements
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
msrv = "1.70.0"
|
msrv = "1.82.0"
|
||||||
|
|
|
||||||
|
|
@ -786,7 +786,7 @@
|
||||||
//!
|
//!
|
||||||
//! ## MSRV
|
//! ## MSRV
|
||||||
//!
|
//!
|
||||||
//! This crate requires rustc 1.70.0 or later.
|
//! This crate requires rustc 1.82.0 or later.
|
||||||
//!
|
//!
|
||||||
//! ## Acknowledgements
|
//! ## Acknowledgements
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue