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 738721a commit e6c090dCopy full SHA for e6c090d
.travis.yml
@@ -2,7 +2,7 @@ language: rust
2
sudo: false
3
matrix:
4
include:
5
- - rust: 1.2.0
+ - rust: 1.12.0
6
- rust: stable
7
env:
8
- FEATURES="use_generic_array"
README.rst
@@ -2,7 +2,7 @@
arrayvec
========
-A vector with fixed capacity. Requires Rust 1.2+.
+A vector with fixed capacity. Requires Rust 1.12.0 or later.
Please read the `API documentation here`__
0 commit comments