Skip to content

Commit 201d23a

Browse files
committed
Set rust-version in Cargo.toml
1 parent cee33ee commit 201d23a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.7.4"
44
authors = ["bluss"]
55
license = "MIT OR Apache-2.0"
66
edition = "2018"
7+
rust-version = "1.51"
78

89
description = "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString."
910
documentation = "https://docs.rs/arrayvec/"

0 commit comments

Comments
 (0)