File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Much of the syntax and implementation is inspired
88by [ RE2] ( https://github.com/google/re2 ) .
99
1010[ ![ Build status] ( https://github.com/rust-lang/regex/workflows/ci/badge.svg )] ( https://github.com/rust-lang/regex/actions )
11- [ ![ ] ( https://meritbadge.herokuapp.com/ regex )] ( https://crates.io/crates/regex )
11+ [ ![ Crates.io ] ( https://img.shields.io/crates/v/ regex.svg )] ( https://crates.io/crates/regex )
1212[ ![ Rust] ( https://img.shields.io/badge/rust-1.41.1%2B-blue.svg?maxAge=3600 )] ( https://github.com/rust-lang/regex )
1313
1414### Documentation
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ regex-syntax
22============
33This crate provides a robust regular expression parser.
44
5- [ ![ Build status] ( https://travis-ci.com/rust-lang/regex.svg?branch=master )] ( https://travis-ci.com/rust-lang/regex )
6- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/github/rust-lang/regex?svg=true )] ( https://ci.appveyor.com/project/rust-lang-libs/regex )
5+ [ ![ Build status] ( https://github.com/rust-lang/regex/workflows/ci/badge.svg )] ( https://github.com/rust-lang/regex/actions )
76[ ![ ] ( https://meritbadge.herokuapp.com/regex-syntax )] ( https://crates.io/crates/regex-syntax )
7+ [ ![ Crates.io] ( https://img.shields.io/crates/v/regex-syntax.svg )] ( https://crates.io/crates/regex-syntax )
88[ ![ Rust] ( https://img.shields.io/badge/rust-1.28.0%2B-blue.svg?maxAge=3600 )] ( https://github.com/rust-lang/regex )
99
1010
You can’t perform that action at this time.
0 commit comments