Skip to content

Commit 1e7efe5

Browse files
authored
bump msrv to 1.65 (#279)
1 parent eff796d commit 1e7efe5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "dashmap"
33
version = "5.5.2"
44
authors = ["Acrimon <[email protected]>"]
55
edition = "2018"
6-
rust-version = "1.64"
6+
rust-version = "1.65"
77
license = "MIT"
88
repository = "https://github.com/xacrimon/dashmap"
99
homepage = "https://github.com/xacrimon/dashmap"
@@ -21,7 +21,7 @@ inline = ["hashbrown/inline-more"]
2121
lock_api = "0.4.10"
2222
parking_lot_core = "0.9.8"
2323
hashbrown = { version = "0.14.0", default-features = false }
24-
serde = { version = "1.0.171", optional = true, features = ["derive"] }
24+
serde = { version = "1.0.188", optional = true, features = ["derive"] }
2525
cfg-if = "1.0.0"
2626
rayon = { version = "1.7.0", optional = true }
2727
once_cell = "1.18.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you have any suggestions or tips do not hesitate to open an issue or a PR.
2020

2121
[![downloads](https://img.shields.io/crates/d/dashmap)](https://crates.io/crates/dashmap)
2222

23-
[![minimum rustc version](https://img.shields.io/badge/rustc-1.64-orange.svg)](https://crates.io/crates/dashmap)
23+
[![minimum rustc version](https://img.shields.io/badge/rustc-1.65-orange.svg)](https://crates.io/crates/dashmap)
2424

2525
## Cargo features
2626

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "stable-2022-09-22"
2+
channel = "1.65"
33
components = ["rustfmt", "clippy"]
44
profile = "minimal"

0 commit comments

Comments
 (0)