Set rust-version in Cargo.toml
This commit is contained in:
@@ -4,6 +4,7 @@ version = "0.7.4"
|
|||||||
authors = ["bluss"]
|
authors = ["bluss"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
rust-version = "1.51"
|
||||||
|
|
||||||
description = "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString."
|
description = "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString."
|
||||||
documentation = "https://docs.rs/arrayvec/"
|
documentation = "https://docs.rs/arrayvec/"
|
||||||
|
|||||||
Reference in New Issue
Block a user