Skip to content

1.0.39

Compare
Choose a tag to compare
@dtolnay dtolnay released this 20 Mar 03:24
· 444 commits to master since this release
1.0.39
8599c7b
  • Add an opt-in implementation of Error::backtrace on stable compilers based on the backtrace crate (#143)

    [dependencies]
    anyhow = { version = "1.0", features = ["backtrace"] }