Commit 0902d02
Remove "display" feature from the toml crate
The "display" feature brings in the "toml_writer" dependency.
I'm not sure why we don't also see it removed from the Cargo.lock, but
we can see that it is removed using:
```
cargo tree -i -p toml_writer --target all
```
Before:
```
toml_writer v1.0.2
└── toml v0.9.2
└── cbindgen v0.29.0 (/foo/cbindgen)
```
After:
```
warning: nothing to print.
To find dependencies that require specific target platforms, try to use option `--target all` first, and then narrow your search scope accordingly.
```1 parent bb13187 commit 0902d02
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments