amethyst / shred

Shared resource dispatcher
Apache License 2.0
234 stars 66 forks source link

Bump `tynm` to `0.1.3` to be compatible with Rust 1.38.0. #187

Closed azriel91 closed 4 years ago

azriel91 commented 4 years ago

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).

azriel91 commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build failed (retrying...)

bors[bot] commented 4 years ago

Build failed

azriel91 commented 4 years ago

beta has a spurious error:

Downloading crates ...
warning: spurious network error (2 tries remaining): failed to get 200 response from `https://crates.io/api/v1/crates/cgmath/0.17.0/download`, got 502
warning: spurious network error (1 tries remaining): failed to get 200 response from `https://crates.io/api/v1/crates/cgmath/0.17.0/download`, got 502
error: failed to download from `https://crates.io/api/v1/crates/cgmath/0.17.0/download`

Shall wait a bit before retrying.

azriel91 commented 4 years ago

bors retry

bors[bot] commented 4 years ago

Build failed

azriel91 commented 4 years ago

bors retry

$ ./ci-script.sh
    Updating crates.io index
warning: spurious network error (2 tries remaining): failed to connect to github.com: Connection timed out; class=Os (2)
warning: spurious network error (1 tries remaining): failed to connect to github.com: Connection timed out; class=Os (2)
error: failed to load source for a dependency on `proc-macro2`
bors[bot] commented 4 years ago

Build succeeded