File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dashmap"
3
- version = " 2.0.0 "
3
+ version = " 2.0.1 "
4
4
authors = [
" Acrimon <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT"
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ 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
- [ ![ pipeline] ( http://gitlab.nebulanet.cc/xacrimon/dashmap/badges/master/pipeline.svg )] ( http://gitlab.nebulanet.cc/xacrimon/dashmap/commits/master )
18
-
19
17
[ ![ version] ( https://img.shields.io/crates/v/dashmap )] ( https://crates.io/crates/dashmap )
20
18
21
19
[ ![ downloads] ( https://img.shields.io/crates/d/dashmap )] ( https://crates.io/crates/dashmap )
You can’t perform that action at this time.
0 commit comments