Skip to content

Commit

Permalink
Merge pull request #46 from messense/master
Browse files Browse the repository at this point in the history
Bump smallvec version to 1.0
  • Loading branch information
Manishearth authored Nov 9, 2019
2 parents 307a2e6 + cd63ded commit 56a1477
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust
rust:
- 1.21.0
- 1.36.0
- stable
- nightly
sudo: false
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 56a1477

Please sign in to comment.