Skip to content

Commit

Permalink
Merge pull request #123 from Jake-Shadle/master
Browse files Browse the repository at this point in the history
Fixup package
  • Loading branch information
Manishearth committed Sep 6, 2023
2 parents 10a41f4 + c8461b1 commit 3d7266d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -17,7 +17,7 @@ This crate provides Grapheme Cluster, Word and Sentence boundaries
according to Unicode Standard Annex #29 rules.
"""

exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "benches/texts/*", "*.txt", ]
exclude = ["/.github", "/benches/texts", "/scripts/**.rs", "*.txt"]

[features]
no_std = [] # This is a no-op, preserved for backward compatibility only.
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
Iterators which split strings on Grapheme Cluster or Word boundaries, according
to the [Unicode Standard Annex #29](http://www.unicode.org/reports/tr29/) rules.

[![Build Status](https://travis-ci.org/unicode-rs/unicode-segmentation.svg)](https://travis-ci.org/unicode-rs/unicode-segmentation)
[![Build Status](https://github.com/unicode-rs/unicode-segmentation/actions/workflows/rust.yml/badge.svg)](https://github.com/unicode-rs/unicode-segmentation/actions/workflows/rust.yml)

[Documentation](https://unicode-rs.github.io/unicode-segmentation/unicode_segmentation/index.html)

Expand Down

0 comments on commit 3d7266d

Please sign in to comment.