Skip to content

Commit cd63ded

Browse files
committed
Bump smallvec version to 1.0
See servo/rust-smallvec#175 for changelog
1 parent 307a2e6 commit cd63ded

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: rust
22
rust:
3-
- 1.21.0
3+
- 1.36.0
44
- stable
55
- nightly
66
sudo: false

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Unicode Standard Annex #15.
2121
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt", "src/normalization_tests.rs", "src/test.rs" ]
2222

2323
[dependencies]
24-
smallvec = "0.6"
24+
smallvec = "1.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Unicode character composition and decomposition utilities
77
as described in
88
[Unicode Standard Annex #15](http://www.unicode.org/reports/tr15/).
99

10-
This crate requires Rust 1.21+.
10+
This crate requires Rust 1.36+.
1111

1212
```rust
1313
extern crate unicode_normalization;

0 commit comments

Comments
 (0)