mirror of
https://gitee.com/openharmony/third_party_rust_nom
synced 2024-11-27 09:40:54 +00:00
raise the minimal rust version to 1.31
This commit is contained in:
parent
85488481cf
commit
6771f4a902
@ -8,7 +8,7 @@ rust:
|
||||
- nightly
|
||||
- beta
|
||||
- stable
|
||||
- 1.28.0
|
||||
- 1.31.0
|
||||
|
||||
env:
|
||||
matrix:
|
||||
|
@ -5,7 +5,7 @@
|
||||
[![Build Status](https://travis-ci.org/Geal/nom.svg?branch=master)](https://travis-ci.org/Geal/nom)
|
||||
[![Coverage Status](https://coveralls.io/repos/Geal/nom/badge.svg?branch=master)](https://coveralls.io/r/Geal/nom?branch=master)
|
||||
[![Crates.io Version](https://img.shields.io/crates/v/nom.svg)](https://crates.io/crates/nom)
|
||||
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.28.0+-lightgray.svg)](#rust-version-requirements)
|
||||
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.31.0+-lightgray.svg)](#rust-version-requirements)
|
||||
|
||||
nom is a parser combinators library written in Rust. Its goal is to provide tools to build safe parsers without compromising the speed or memory consumption. To that end, it uses extensively Rust's *strong typing* and *memory safety* to produce fast and correct parsers, and provides macros and traits to abstract most of the error prone plumbing.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user