Skip to content

Fix cargo.toml version #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Fix cargo.toml version #47

wants to merge 1 commit into from

Conversation

JadedBlueEyes
Copy link
Contributor

No description provided.

@@ -11,9 +11,9 @@ extern crate unicode_segmentation;
use unicode_segmentation::UnicodeSegmentation;

fn main() {
let s = "a̐éö̲\r\n";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert the sample string changes. Your editor seems to have applied NFC normalization to the file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oopsy - that's a issue w the github web editor.

@JadedBlueEyes
Copy link
Contributor Author

uh
github, why can't I change the branch?
🤦‍♂️
new PR I guess.

@JadedBlueEyes
Copy link
Contributor Author

#48

mgeisler added a commit to mgeisler/unicode-segmentation that referenced this pull request Mar 30, 2019
This adds a test that will check the examples in README.md for the
current package version.

It also checks that there is a Markdown heading mentioning (at least)
the current version. This serves as a simple check that the change log
section is updated when the version number is bumped.

Related to unicode-rs#30, unicode-rs#41, unicode-rs#47, and unicode-rs#48.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants