File tree 2 files changed +3
-3
lines changed
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
8
8
by [ RE2] ( https://github.com/google/re2 ) .
9
9
10
10
[ ![ 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 )
12
12
[ ![ Rust] ( https://img.shields.io/badge/rust-1.41.1%2B-blue.svg?maxAge=3600 )] ( https://github.com/rust-lang/regex )
13
13
14
14
### Documentation
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ regex-syntax
2
2
============
3
3
This crate provides a robust regular expression parser.
4
4
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 )
7
6
[ ![ ] ( 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 )
8
8
[ ![ Rust] ( https://img.shields.io/badge/rust-1.28.0%2B-blue.svg?maxAge=3600 )] ( https://github.com/rust-lang/regex )
9
9
10
10
You can’t perform that action at this time.
0 commit comments