From d86669768a0ed745120878f0f19741d8812e54ae Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 3 Mar 2023 09:50:54 -0800 Subject: [PATCH] Re-include "benches", as the Cargo.toml depends on it. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f12a8c0ba..48c7be028 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/bytecodealliance/rustix" edition = "2018" keywords = ["api", "file", "network", "safe", "syscall"] categories = ["os::unix-apis", "date-and-time", "filesystem", "network-programming"] -include = ["src", "build.rs", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md"] +include = ["src", "build.rs", "Cargo.toml", "COPYRIGHT", "LICENSE*", "/*.md", "benches"] rust-version = "1.48" [build-dependencies]