Skip to content

Commit 4ea1b6f

Browse files
committed
Fix author specification
1 parent 6a9494d commit 4ea1b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resolverver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
description = "Determines the Cargo resolver version for a workspace"
66
license = "MIT OR Apache-2.0"
7-
author = "Sergey \"Shnatsel\" Davidoff <shnatsel@gmail.com>"
7+
authors = ["Sergey \"Shnatsel\" Davidoff <shnatsel@gmail.com>"]
88
repository = "https://github.com/rust-secure-code/cargo-auditable"
99

1010
[dependencies]

0 commit comments

Comments
 (0)