Skip to content

Commit

Permalink
support only rust-1.56 and later
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Sep 22, 2023
1 parent fe1f38b commit c3996be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ readme = "README.md"
description = "Rust library to parse JUnit XML files"
repository = "https://github.com/borisfaure/junit-parser"
documentation = "https://docs.rs/junit-parser/"
rust-version = "1.56"

[features]
# Enables `derive(serde::{Serialize,Deserialize})` on the Test* structures.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Crates.io](https://img.shields.io/crates/v/junit-parser.svg)](https://crates.io/crates/junit-parser)
[![Docs](https://docs.rs/junit_parser/badge.svg)](https://docs.rs/junit_parser/)
[![License](https://img.shields.io/badge/license-BSD--2--Clause-green.svg)](LICENSE.txt)
[![MSRV](https://img.shields.io/badge/rustc-1.56.0+-ab6000.svg)](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)

# JUnit-Parser

Expand Down

0 comments on commit c3996be

Please sign in to comment.