Skip to content

Commit

Permalink
Re-include "benches", as the Cargo.toml depends on it.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Mar 3, 2023
1 parent dd34b76 commit d866697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d866697

Please sign in to comment.