Skip to content

Commit bffad2d

Browse files
committed
Remove pipeline badge and v2.0.1
1 parent a01c3a5 commit bffad2d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dashmap"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Acrimon <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ This allows you to put a DashMap in an `Arc<T>` and share it between threads whi
1414
DashMap puts great effort into performance and aims to be as fast as possible.
1515
If you have any suggestions or tips do not hesitate to open an issue or a PR.
1616

17-
[![pipeline](http://gitlab.nebulanet.cc/xacrimon/dashmap/badges/master/pipeline.svg)](http://gitlab.nebulanet.cc/xacrimon/dashmap/commits/master)
18-
1917
[![version](https://img.shields.io/crates/v/dashmap)](https://crates.io/crates/dashmap)
2018

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

0 commit comments

Comments
 (0)