Skip to content

Commit

Permalink
Merge pull request #444 from mgeisler/release-0.15.0
Browse files Browse the repository at this point in the history
Fix `cargo publish` error due to examples without path
  • Loading branch information
mgeisler committed Feb 27, 2022
2 parents 6fa2cd8 + 07c6cd8 commit 559e07a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Expand Up @@ -14,10 +14,12 @@ exclude = [".github/", ".gitignore", "benches/", "examples/", "fuzz/", "images/"

[[example]]
name = "hyphenation"
path = "examples/hyphenation.rs"
required-features = ["hyphenation"]

[[example]]
name = "termwidth"
path = "examples/termwidth.rs"
required-features = ["terminal_size"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit 559e07a

Please sign in to comment.