File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 22
33--------------------------------------------------------------------------------
44
5+ ## 0.27.3
6+
7+ Released 2023/06/14.
8+
9+ ### Changed
10+
11+ * Excluded test fixtures from published package.
12+ [ #661 ] ( https://github.com/gimli-rs/gimli/pull/661 )
13+
14+ ### Added
15+
16+ * Added ` FallibleIterator ` implementation for ` read::OperationIter ` .
17+ [ #649 ] ( https://github.com/gimli-rs/gimli/pull/649 )
18+
19+ * Added ` DW_AT_GNU_deleted ` constant.
20+ [ #658 ] ( https://github.com/gimli-rs/gimli/pull/658 )
21+
22+ --------------------------------------------------------------------------------
23+
524## 0.27.2
625
726Released 2023/02/15.
Original file line number Diff line number Diff line change 11[package ]
22name = " gimli"
3- version = " 0.27.2 "
3+ version = " 0.27.3 "
44categories = [" development-tools::debugging" , " development-tools::profiling" , " parser-implementations" ]
55description = " A library for reading and writing the DWARF debugging format."
66documentation = " https://docs.rs/gimli"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Add this to your `Cargo.toml`:
3030
3131``` toml
3232[dependencies ]
33- gimli = " 0.27.2 "
33+ gimli = " 0.27.3 "
3434```
3535
3636The minimum supported Rust version is 1.42.0.
You can’t perform that action at this time.
0 commit comments