Skip to content

Commit 61e5032

Browse files
authored
Exclude test data from release (#897)
1 parent 247460a commit 61e5032

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6161
- `Chip::chip_revision` has been renamed to `Chip::revision` (also applies to `minor` and `major`) (#891)
6262
- Any reference to `esp_idf` or `EspIdf` has been cut to just `idf` (#891)
6363
- Renamed `targets` module to `target` (#891)
64+
- Test data is now excluded from the crates.io release (#897)
6465

6566
### Fixed
6667

espflash/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ license = "MIT OR Apache-2.0"
99
keywords = ["cli", "embedded", "esp"]
1010
categories = ["command-line-utilities", "development-tools", "embedded"]
1111

12+
exclude = [
13+
"tests" # do not include test elfs/scripts in the released package
14+
]
15+
1216
[package.metadata.binstall]
1317
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
1418
bin-dir = "{ bin }{ binary-ext }"

0 commit comments

Comments
 (0)