File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " voca_rs"
3
- version = " 1.11 .0"
3
+ version = " 1.12 .0"
4
4
authors = [" Anatol Merezhanyi <a.merezhanyi@gmail.com>" ]
5
5
license = " MIT"
6
6
description = " Voca_rs is a Rust library for manipulating strings. Inspired by Voca.js and string.py"
Original file line number Diff line number Diff line change 1
- # voca_rs [ ![ Build Status] ( https://travis-ci.org/e1r0nd/voca_rs.svg?branch=master )] ( https://travis-ci.org/e1r0nd/voca_rs ) [ ![ Crates version] ( http://meritbadge.herokuapp.com/voca_rs )] ( https://crates.io/crates/voca_rs ) [ ![ dependency status] ( https://deps.rs/crate/voca_rs/1.11 .0/status.svg )] ( https://deps.rs/crate/voca_rs/1.11 .0 ) [ ![ codecov] ( https://codecov.io/gh/e1r0nd/voca_rs/branch/master/graph/badge.svg )] ( https://codecov.io/gh/e1r0nd/voca_rs ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/bd9aee15841a470da1408b83d05e09f7 )] ( https://app.codacy.com/app/e1r0nd-crg/voca_rs?utm_source=github.com&utm_medium=referral&utm_content=e1r0nd/voca_rs&utm_campaign=Badge_Grade_Dashboard ) [ ![ license] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE )
1
+ # voca_rs [ ![ Build Status] ( https://travis-ci.org/e1r0nd/voca_rs.svg?branch=master )] ( https://travis-ci.org/e1r0nd/voca_rs ) [ ![ Crates version] ( http://meritbadge.herokuapp.com/voca_rs )] ( https://crates.io/crates/voca_rs ) [ ![ dependency status] ( https://deps.rs/crate/voca_rs/1.12 .0/status.svg )] ( https://deps.rs/crate/voca_rs/1.12 .0 ) [ ![ codecov] ( https://codecov.io/gh/e1r0nd/voca_rs/branch/master/graph/badge.svg )] ( https://codecov.io/gh/e1r0nd/voca_rs ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/bd9aee15841a470da1408b83d05e09f7 )] ( https://app.codacy.com/app/e1r0nd-crg/voca_rs?utm_source=github.com&utm_medium=referral&utm_content=e1r0nd/voca_rs&utm_campaign=Badge_Grade_Dashboard ) [ ![ license] ( https://img.shields.io/badge/license-MIT-green.svg )] ( LICENSE )
2
2
3
3
** Voca_rs is a Rust library for manipulating [ unicode] strings.**
4
4
Original file line number Diff line number Diff line change 7
7
/// ```
8
8
/// use voca_rs::*;
9
9
/// utils::VERSION;
10
- /// // => "1.11 .0"
10
+ /// // => "1.12 .0"
11
11
/// ```
12
- pub const VERSION: &str = "1.11 .0";
12
+ pub const VERSION: &str = "1.12 .0";
13
13
14
14
/// The concatenation of the `ascii_lowercase` and `ascii_uppercase` constants described below. This value is not locale-dependent.
15
15
///
Original file line number Diff line number Diff line change 2
2
3
3
#[ test]
4
4
fn version ( ) {
5
- assert_eq ! ( voca_rs:: utils:: VERSION , "1.11 .0" ) ;
5
+ assert_eq ! ( voca_rs:: utils:: VERSION , "1.12 .0" ) ;
6
6
}
7
7
#[ test]
8
8
fn ascii_letters ( ) {
You can’t perform that action at this time.
0 commit comments