Skip to content

Commit 559e07a

Browse files
authored
Merge pull request #444 from mgeisler/release-0.15.0
Fix `cargo publish` error due to examples without path
2 parents 6fa2cd8 + 07c6cd8 commit 559e07a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ exclude = [".github/", ".gitignore", "benches/", "examples/", "fuzz/", "images/"
1414

1515
[[example]]
1616
name = "hyphenation"
17+
path = "examples/hyphenation.rs"
1718
required-features = ["hyphenation"]
1819

1920
[[example]]
2021
name = "termwidth"
22+
path = "examples/termwidth.rs"
2123
required-features = ["terminal_size"]
2224

2325
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)