Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
187: Bump `tynm` to `0.1.3` to be compatible with Rust 1.38.0. r=azriel91 a=azriel91 `tynm 0.1.2` used the `todo!()` macro which is only stable in Rust 1.40. `tynm 0.1.3` switches that to `unimplemented!()` to be compatible with Rust 1.38. This change ensures the fix is used (though consumers may already receive it simply with `cargo update`). Co-authored-by: Azriel Hoh <azriel91@gmail.com>
- Loading branch information