Skip to content

Commit

Permalink
Set rust-version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Jul 30, 2024
1 parent cee33ee commit 201d23a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.7.4"
authors = ["bluss"]
license = "MIT OR Apache-2.0"
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."
documentation = "https://docs.rs/arrayvec/"
Expand Down

0 comments on commit 201d23a

Please sign in to comment.