File tree Expand file tree Collapse file tree 2 files changed +19
-9
lines changed
Expand file tree Collapse file tree 2 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 66
77### Added
88
9+ - n/a
10+
11+ ### Changed
12+
13+ - n/a
14+
15+ ### Removed
16+
17+ - n/a
18+
19+ ### Fixed
20+
21+ - n/a
22+
23+ ## [ 0.22.0] - TBD
24+
25+ ### Added
26+
927- Added ` pub fn env_remove<K: Into<OsString>>(&mut self, key: K) -> &mut MetadataCommand ` to ` MetadataCommand ` .
1028- Added export of ` cargo_platform ` at crate's root module.
1129
2139 - ` thiserror ` from ` 2.0.3 ` to ` 2.0.12 `
2240- Made ` Dependency ` 's ` source ` member the same type as ` Package ` 's ` source ` member: ` Option<Source> ` .
2341
24- ### Removed
25-
26- - n/a
27-
28- ### Fixed
29-
30- - n/a
31-
3242## [ 0.19.0] - 2024-11-20
3343
3444### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo_metadata"
3- version = " 0.21 .0"
3+ version = " 0.22 .0"
44authors = [
" Oliver Schneider <[email protected] >" ]
55repository = " https://github.com/oli-obk/cargo_metadata"
66description = " structured access to the output of `cargo metadata`"
You can’t perform that action at this time.
0 commit comments