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

Update to bytes 0.5 and amino_rs 0.5 #126

Merged
merged 5 commits into from
Jan 19, 2020

Conversation

zmanian
Copy link
Contributor

@zmanian zmanian commented Jan 19, 2020

Update to bytes_0.5 and amino_rs 0.5 and makes all the amino_rs tokens independent of prost tokens enabling prost and amino_rs to be combined in a dependency.

@@ -26,6 +26,7 @@ extern crate prost_amino as prost;
#[allow(unused_extern_crates)]
#[macro_use]
extern crate prost_amino_derive as prost_derive;
extern crate bytes;
Copy link
Contributor

@tarcieri tarcieri Jan 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are either of these extern crates still needed? I know prost was looking directly in the sysroot for them before which precluded renaming them any other way than through the extern crate directive, but if everything is namespaced correctly, it seems like it should be possible to get rid of them?

Copy link
Member

@liamsi liamsi Jan 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xla might have addressed some of this here: #122

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@liamsi liamsi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@liamsi
Copy link
Member

liamsi commented Jan 19, 2020

I assume this was tested locally, as well as running clippy on it? CircleCi doesn't run on forks :-/

@liamsi liamsi merged commit c72cd2a into informalsystems:master Jan 19, 2020
@tarcieri tarcieri mentioned this pull request Jan 19, 2020
@ebuchman
Copy link
Member

ebuchman commented Feb 1, 2020

CircleCi doesn't run on forks :-/

Fixed

@zmanian zmanian deleted the zaki-update-bytes branch February 2, 2020 02:01
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.

4 participants