Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Feb 5, 2020

Conversation

azriel91
Copy link
Member

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
Copy link
Member Author

azriel91 commented Feb 4, 2020

bors r+

bors bot added a commit that referenced this pull request Feb 4, 2020
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`).

189: Bumped `shred-derive` version to `0.6.2`. r=azriel91 a=azriel91

Needed for #188.

Co-authored-by: Azriel Hoh <azriel91@gmail.com>
@bors
Copy link
Contributor

bors bot commented Feb 4, 2020

Build failed (retrying...)

bors bot added a commit that referenced this pull request Feb 4, 2020
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>
@bors
Copy link
Contributor

bors bot commented Feb 4, 2020

Build failed

@azriel91
Copy link
Member Author

azriel91 commented Feb 4, 2020

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
Copy link
Member Author

azriel91 commented Feb 5, 2020

bors retry

bors bot added a commit that referenced this pull request Feb 5, 2020
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>
@bors
Copy link
Contributor

bors bot commented Feb 5, 2020

Build failed

@azriel91
Copy link
Member Author

azriel91 commented Feb 5, 2020

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 added a commit that referenced this pull request Feb 5, 2020
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>
@bors
Copy link
Contributor

bors bot commented Feb 5, 2020

Build succeeded

@bors bors bot merged commit b5abc2c into master Feb 5, 2020
@azriel91 azriel91 deleted the maintenance/bump-tynm branch February 5, 2020 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant