Skip to content

Commit c4eb204

Browse files
committed
Shorten keywords array to length 5 to satisfy crates.io publishing API. See rust-lang/cargo#4300
1 parent 0443efc commit c4eb204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temp-dir/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Michael Leonhard <[email protected]>"]
33
categories = ["filesystem", "development-tools::testing"]
44
description = "Simple temporary directory with cleanup"
55
edition = "2018"
6-
keywords = ["temporary", "directory", "dir", "tmp", "temp", "tmpdir", "tempdir", "mkdir", "mkdtemp", "tempnam"]
6+
keywords = ["dir", "temp", "tmpdir", "tempdir", "mkdtemp"]
77
name = "temp-dir"
88
readme = "Readme.md"
99
repository = "https://gitlab.com/leonhard-llc/ops"

0 commit comments

Comments
 (0)