Skip to content

Commit 4b872c1

Browse files
committed
Remove deprecated Cargo.toml options
1 parent 99bca98 commit 4b872c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[package]
22
name = "tracing-mutex"
33
version = "0.3.0"
4-
authors = ["Bert Peters <[email protected]>"]
54
edition = "2021"
65
license = "MIT OR Apache-2.0"
7-
documentation = "https://docs.rs/tracing-mutex"
86
categories = ["concurrency", "development-tools::debugging"]
97
keywords = ["mutex", "rwlock", "once", "thread"]
108
description = "Ensure deadlock-free mutexes by allocating in order, or else."

0 commit comments

Comments
 (0)