Skip to content

Bump gimli from 0.15.0 to 0.16.0 #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Jul 20, 2018

Bumps gimli from 0.15.0 to 0.16.0.

Changelog

Sourced from gimli's changelog.

0.16.0

Released 2018/06/01.

Added

  • Added support for building in #![no_std] environments, when the alloc
    crate is available. Disable the "std" feature and enable the "alloc"
    feature. #138 #271

  • Added support for DWARF 5 .debug_rnglists and .debug_loclists
    sections. #272

  • Added support for DWARF 5 DW_FORM_ref_sup and DW_FORM_strp_sup attribute
    forms. [#288][]

  • Added support for DWARF 5 operations on typed values. [#293][]

  • A dwarf-validate example program that checks the integrity of the given
    DWARF and its references between sections. [#290][]

  • Added the EndianReader<T> type, an easy way to define a custom Reader
    implementation with a reference to a generic buffer of bytes and an associated
    endianity. [#298][] [#302][]

Changed

  • Various speed improvements for evaluating .debug_line line number
    programs. #276

  • The example dwarfdump clone is a [whole lot faster
    now][dwarfdump-faster]. #282 [#284][] #285

Deprecated

  • EndianBuf has been renamed to EndianSlice, use that name instead. [#295][]

Fixed

  • Evaluating the DW_CFA_restore_state opcode properly maintains the current
    location. Previously it would incorrectly restore the old location when
    popping from evaluation stack. #274
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/gimli-0.16.0 branch from 0f67811 to b7aea03 Compare July 20, 2018 08:36
@dependabot-preview
Copy link
Author

Superseded by #29.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/gimli-0.16.0 branch February 12, 2019 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant