Skip to content

Commit e6c090d

Browse files
committed
New minimum Rust version
1 parent 738721a commit e6c090d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: rust
22
sudo: false
33
matrix:
44
include:
5-
- rust: 1.2.0
5+
- rust: 1.12.0
66
- rust: stable
77
env:
88
- FEATURES="use_generic_array"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
arrayvec
33
========
44

5-
A vector with fixed capacity. Requires Rust 1.2+.
5+
A vector with fixed capacity. Requires Rust 1.12.0 or later.
66

77
Please read the `API documentation here`__
88

0 commit comments

Comments
 (0)