Commit 6f0c2e8
Merge #411
411: Add licence and description field in index-settings crate r=bidoubiwa a=bidoubiwa
In order for the `index-settings-macro` to be publishable on crates.io, it requires a `description` and `licence` field.
Unfortunately, the `--dry-run` did not raise that, this lead to a failed publish previously.
```
Caused by:
the remote server responded with an error: missing or empty metadata fields: description, license. Please see https://doc.rust-lang.org/cargo/reference/manifest.html for how to upload metadata
```
Co-authored-by: Charlotte Vermandel <[email protected]>1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments