Set rust-version to 1.59 (#210)

This crate uses available_parallelism which was introduced
in Rust 1.59.
This commit is contained in:
Konrad Borowski 2022-05-28 12:58:00 +02:00 committed by GitHub
parent 270612e3f9
commit 5fbb68f188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name = "dashmap"
version = "5.3.3"
authors = ["Acrimon <joel.wejdenstal@gmail.com>"]
edition = "2018"
rust-version = "1.59"
license = "MIT"
repository = "https://github.com/xacrimon/dashmap"
homepage = "https://github.com/xacrimon/dashmap"