Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Use associated function syntax for Debug and Display backtrace impl #279

Commits on Dec 11, 2018

  1. Use associated function syntax for Debug and Display backtrace impl

    Rust was reporting a compilation error saying it was ambiguous which
    `fmt` method to call.
    azriel91 committed Dec 11, 2018
    Copy the full SHA
    c0e2b52 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Copy the full SHA
    8c3d6a1 View commit details
    Browse the repository at this point in the history
  2. Lock backtrace crate to 0.3.9.

    The current latest (0.3.11)` is not compatible with Rust 1.18.0.
    Pending <rust-lang/backtrace-rs#137>
    azriel91 committed Dec 12, 2018
    Copy the full SHA
    6ffb645 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Raise minimum supported Rust version to 1.25.0.

    The `backtrace` crate has this as a minimum required version since
    0.3.13.
    azriel91 committed Dec 16, 2018
    Copy the full SHA
    16a4e97 View commit details
    Browse the repository at this point in the history