You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version v2.0.0: new Rust conventions
1. `cause` is removed, use `source`
2. No `description()` any more
3. Compiler warnings of edition 2018 eliminated
Version v1.2.3: fixes warnings of recent rustc
This includes:
* ignore `description()` in macro (don't implement method)
* silence a warning on `cause()` method
Version v0.2.2: Small bugfix release
* Fix bug in new rust nightly
* Allow trailing comma in structs
* Relicensed code to MIT/Apache-2.0 instead of just MIT