File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
61
61
- ` Chip::chip_revision ` has been renamed to ` Chip::revision ` (also applies to ` minor ` and ` major ` ) (#891 )
62
62
- Any reference to ` esp_idf ` or ` EspIdf ` has been cut to just ` idf ` (#891 )
63
63
- Renamed ` targets ` module to ` target ` (#891 )
64
+ - Test data is now excluded from the crates.io release (#897 )
64
65
65
66
### Fixed
66
67
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ license = "MIT OR Apache-2.0"
9
9
keywords = [" cli" , " embedded" , " esp" ]
10
10
categories = [" command-line-utilities" , " development-tools" , " embedded" ]
11
11
12
+ exclude = [
13
+ " tests" # do not include test elfs/scripts in the released package
14
+ ]
15
+
12
16
[package .metadata .binstall ]
13
17
pkg-url = " { repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
14
18
bin-dir = " { bin }{ binary-ext }"
You can’t perform that action at this time.
0 commit comments