Skip to content

Commit e3caaa3

Browse files
author
Daniel Bloom
committed
cargo toml version
1 parent e2ea867 commit e3caaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

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

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

0 commit comments

Comments
 (0)