File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,13 @@ assert_eq!(report.to_string().unwrap(), EXPECTED_XML);
63
63
For a more comprehensive example, including reruns and flaky tests, see
64
64
[ ` fixture_tests.rs ` ] ( https://github.com/nextest-rs/nextest/blob/main/quick-junit/tests/fixture_tests.rs ) .
65
65
66
+ ## Minimum supported Rust version (MSRV)
67
+
68
+ The minimum supported Rust version is ** Rust 1.56.**
69
+
70
+ While this crate is a pre-release (0.x.x) it may have its MSRV bumped in a patch release.
71
+ Once a crate has reached 1.x, any MSRV bump will be accompanied with a new minor version.
72
+
66
73
## Alternatives
67
74
68
75
* [ ** junit-report** ] ( https://crates.io/crates/junit-report ) : Older, more mature project. Doesn't
Original file line number Diff line number Diff line change 59
59
//! For a more comprehensive example, including reruns and flaky tests, see
60
60
//! [`fixture_tests.rs`](https://github.com/nextest-rs/nextest/blob/main/quick-junit/tests/fixture_tests.rs).
61
61
//!
62
+ //! # Minimum supported Rust version (MSRV)
63
+ //!
64
+ //! The minimum supported Rust version is **Rust 1.56.**
65
+ //!
66
+ //! While this crate is a pre-release (0.x.x) it may have its MSRV bumped in a patch release.
67
+ //! Once a crate has reached 1.x, any MSRV bump will be accompanied with a new minor version.
68
+ //!
62
69
//! # Alternatives
63
70
//!
64
71
//! * [**junit-report**](https://crates.io/crates/junit-report): Older, more mature project. Doesn't
You can’t perform that action at this time.
0 commit comments