Skip to content

Commit

Permalink
Merge #187
Browse files Browse the repository at this point in the history
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
bors[bot] and azriel91 authored Feb 5, 2020
2 parents 693c566 + b5abc2c commit 0ab471a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

* Bump `tynm` to `0.1.3`. ([#187])

[#187]: https://github.com/amethyst/shred/pulls/187

## 0.10.0 (2019-12-31)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mopa = "0.2.2"
rayon = { version = "1.3.0", optional = true }
shred-derive = { path = "shred-derive", version = "0.6.0", optional = true }
smallvec = "1.1.0"
tynm = "0.1.0"
tynm = "0.1.3"

[workspace]
members = ["shred-derive"]
Expand Down

0 comments on commit 0ab471a

Please sign in to comment.