Bump smallvec version to 1.0

See https://github.com/servo/rust-smallvec/pull/175 for changelog
This commit is contained in:
messense
2019-11-09 11:29:19 +08:00
parent f92794def3
commit f77c1ee57d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
language: rust
rust:
- 1.21.0
- 1.36.0
- stable
- nightly
sudo: false
+1 -1
View File
@@ -21,4 +21,4 @@ Unicode Standard Annex #15.
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt", "src/normalization_tests.rs", "src/test.rs" ]
[dependencies]
smallvec = "0.6"
smallvec = "1.0"
+1 -1
View File
@@ -7,7 +7,7 @@ Unicode character composition and decomposition utilities
as described in
[Unicode Standard Annex #15](http://www.unicode.org/reports/tr15/).
This crate requires Rust 1.21+.
This crate requires Rust 1.36+.
```rust
extern crate unicode_normalization;