Commit 8518023 1 parent 0ecf5e9 commit 8518023 Copy full SHA for 8518023
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "dashmap"
3
3
version = " 6.1.0"
4
4
authors = [
" Joel Wejdenstål <[email protected] >" ]
5
5
edition = " 2021"
6
- rust-version = " 1.65 "
6
+ rust-version = " 1.70 "
7
7
license = " MIT"
8
8
repository = " https://github.com/xacrimon/dashmap"
9
9
homepage = " https://github.com/xacrimon/dashmap"
Original file line number Diff line number Diff line change @@ -14,13 +14,16 @@ This allows you to put a DashMap in an `Arc<T>` and share it between threads whi
14
14
DashMap puts great effort into performance and aims to be as fast as possible.
15
15
If you have any suggestions or tips do not hesitate to open an issue or a PR.
16
16
17
+ The current MSRV is 1.70 and is not changed in patch releases. You can pin a minor version if you want
18
+ perfect stability. Though ` dashmap ` always stays at least 15 full stable releases (or about 9 months) behind the current stable release.
19
+
17
20
[ ![ version] ( https://img.shields.io/crates/v/dashmap )] ( https://crates.io/crates/dashmap )
18
21
19
22
[ ![ documentation] ( https://docs.rs/dashmap/badge.svg )] ( https://docs.rs/dashmap )
20
23
21
24
[ ![ downloads] ( https://img.shields.io/crates/d/dashmap )] ( https://crates.io/crates/dashmap )
22
25
23
- [ ![ minimum rustc version] ( https://img.shields.io/badge/rustc-1.65 -orange.svg )] ( https://crates.io/crates/dashmap )
26
+ [ ![ minimum rustc version] ( https://img.shields.io/badge/rustc-1.70 -orange.svg )] ( https://crates.io/crates/dashmap )
24
27
25
28
## Cargo features
26
29
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " 1.65 "
2
+ channel = " 1.70 "
3
3
components = [" rustfmt" , " clippy" ]
4
4
profile = " minimal"
You can’t perform that action at this time.
0 commit comments