Skip to content

Commit

Permalink
Strip redundant tests/ files from cucumber crate's Cargo package
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Oct 27, 2021
1 parent c8d5c15 commit a0c12cd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cucumber"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
rust-version = "1.56"
description = """\
Expand All @@ -19,7 +19,7 @@ repository = "https://github.com/cucumber-rs/cucumber"
readme = "README.md"
categories = ["asynchronous", "development-tools::testing"]
keywords = ["cucumber", "testing", "bdd", "atdd", "async"]
include = ["/src/", "/tests/", "/LICENSE-*", "/README.md", "/CHANGELOG.md"]
include = ["/src/", "/tests/wait.rs", "/LICENSE-*", "/README.md", "/CHANGELOG.md"]

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -60,9 +60,6 @@ tokio = { version = "1.12", features = ["macros", "rt-multi-thread", "time"] }
name = "wait"
harness = false

[[test]]
name = "output"

[workspace]
members = ["codegen"]
exclude = ["book/tests"]

0 comments on commit a0c12cd

Please sign in to comment.