File tree Expand file tree Collapse file tree 3 files changed +28
-6
lines changed Expand file tree Collapse file tree 3 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
--------------------------------------------------------------------------------
4
4
5
+ ## 0.32.1
6
+
7
+ Released 2025/08/22.
8
+
9
+ ### Changed
10
+
11
+ * Improved handling of invalid DIE references during writing.
12
+ [ #777 ] ( https://github.com/gimli-rs/gimli/pull/777 )
13
+ [ #779 ] ( https://github.com/gimli-rs/gimli/pull/779 )
14
+
15
+ * Changed abbreviation parsing to allow a missing null terminator.
16
+ [ #781 ] ( https://github.com/gimli-rs/gimli/pull/781 )
17
+
18
+ * Changed ` write::LineProgram ` to support any form for file source code.
19
+ [ #784 ] ( https://github.com/gimli-rs/gimli/pull/784 )
20
+ [ #786 ] ( https://github.com/gimli-rs/gimli/pull/786 )
21
+
22
+ ### Added
23
+
24
+ * Added DWARF version 1.1 constant definitions.
25
+ [ #775 ] ( https://github.com/gimli-rs/gimli/pull/775 )
26
+
27
+ --------------------------------------------------------------------------------
28
+
5
29
## 0.32.0
6
30
7
31
Released 2025/06/11.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " gimli"
3
- version = " 0.32.0 "
3
+ version = " 0.32.1 "
4
4
categories = [" development-tools::debugging" , " development-tools::profiling" , " parser-implementations" ]
5
5
description = " A library for reading and writing the DWARF debugging format."
6
6
documentation = " https://docs.rs/gimli"
Original file line number Diff line number Diff line change 26
26
27
27
## Install
28
28
29
- Add this to your ` Cargo.toml ` :
30
-
31
- ``` toml
32
- [dependencies ]
33
- gimli = " 0.32.0"
29
+ To add a ` gimli ` dependency to your ` Cargo.toml ` , run:
30
+ ``` console
31
+ $ cargo add gimli
34
32
```
35
33
36
34
The minimum supported Rust version is:
You can’t perform that action at this time.
0 commit comments