Skip to content

Commit 46cb055

Browse files
tgross35nbdd0121
authored andcommitted
Upgrade gimli to 0.32.0
The breaking change here involves API for `read::Dwarf`, `read::CallFrameInstruction`, and `write::LineProgram`, none of which are used in this crate. Making this change will allow `std` to upgrade to a version of `gimli` that drops the `compiler_builtins` dependency, which is needed for [1]. Changelog: https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md#0320 [1]: rust-lang/rust#142265
1 parent d1ae69f commit 46cb055

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ members = [
1818
]
1919

2020
[dependencies]
21-
gimli = { version = "0.31", default-features = false, features = ["read-core"] }
21+
gimli = { version = "0.32", default-features = false, features = ["read-core"] }
2222
libc = { version = "0.2", optional = true }
2323
spin = { version = "0.9.8", optional = true, default-features = false, features = ["mutex", "spin_mutex"] }
2424
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }

0 commit comments

Comments
 (0)