We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a0b07 commit 7313a7aCopy full SHA for 7313a7a
.travis.yml
@@ -1,4 +1,8 @@
1
language: rust
2
+rust:
3
+ - 1.21.0
4
+ - stable
5
+ - nightly
6
sudo: false
7
script:
8
- cargo build --verbose
README.md
@@ -6,6 +6,8 @@ as described in
[Documentation](https://unicode-rs.github.io/unicode-normalization/unicode_normalization/index.html)
9
+This crate requires Rust 1.21+.
10
+
11
```rust
12
extern crate unicode_normalization;
13
0 commit comments