Skip to content

Commit d866697

Browse files
committed
Re-include "benches", as the Cargo.toml depends on it.
1 parent dd34b76 commit d866697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/bytecodealliance/rustix"
1212
edition = "2018"
1313
keywords = ["api", "file", "network", "safe", "syscall"]
1414
categories = ["os::unix-apis", "date-and-time", "filesystem", "network-programming"]
15-
include = ["src", "build.rs", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md"]
15+
include = ["src", "build.rs", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md", "benches"]
1616
rust-version = "1.48"
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)