Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmorem committed Jan 5, 2017
1 parent 8aab6a8 commit 583765e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "publicsuffix"
description = "A robust and reliable library for parsing domain names"
version = "1.3.0"
version = "1.3.1"
license = "MIT/Apache-2.0"
repository = "https://github.com/rushmorem/publicsuffix"
documentation = "https://docs.rs/publicsuffix"
Expand Down
1 change: 1 addition & 0 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ fn list_behaviour() {
r#"甲斐@黒川.日本"#,
r#"чебурашка@ящик-с-апельсинами.рф"#,
r#"संपर्क@डाटामेल.भारत"#,
r#"用户@例子.广告"#,
];
for email in emails {
println!("{} should be valid", email);
Expand Down

0 comments on commit 583765e

Please sign in to comment.