Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions capi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Unreleased
----------
- Added `blaze_symbolizer_opts::process_dispatch` providing process
dispatch functionality
- Bumped minimum supported Rust version to `1.88`


Expand Down
2 changes: 0 additions & 2 deletions tests/suite/symbolize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,6 @@ fn create_elf_resolver_from_non_existing_path() {

/// Make sure that [`ElfResolver::open_with_debug_dirs`] can be created and
/// registered successfully.
#[cfg(feature = "dwarf")]
#[test]
fn create_elf_resolver_with_debug_dirs() {
let bin_name = Path::new(&env!("CARGO_MANIFEST_DIR"))
Expand All @@ -2132,7 +2131,6 @@ fn create_elf_resolver_with_debug_dirs() {

/// Make sure that [`ElfResolver::open_with_debug_dirs`] fails for a
/// non-existing file.
#[cfg(feature = "dwarf")]
#[test]
fn create_elf_resolver_with_debug_dirs_non_existing_path() {
let path = Path::new("/This/Path/Does.Not/Exist");
Expand Down
Loading