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 deps to tokio1 #99

Merged
merged 5 commits into from
Jan 25, 2021
Merged

Conversation

danielSanchezQ
Copy link
Contributor

@danielSanchezQ danielSanchezQ commented Nov 13, 2020

@danielSanchezQ danielSanchezQ requested a review from a team November 13, 2020 09:06
@danielSanchezQ danielSanchezQ self-assigned this Nov 13, 2020
@danielSanchezQ
Copy link
Contributor Author

danielSanchezQ commented Nov 13, 2020

We need warp to update to tokio1 first

@danielSanchezQ danielSanchezQ changed the title Update deps to tokio03 Update deps to tokio1 Jan 4, 2021
@danielSanchezQ danielSanchezQ marked this pull request as ready for review January 21, 2021 15:49
@@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.53"
structopt = "0.3.14"
thiserror = "1.0"
tokio = { version = "0.2.21", features = ["macros"] }
tokio = { version = "0.3.3", features = ["macros", "sync", "fs"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

This is still at 0.3?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Missed this one. And one hyper there too. It is updated now.

@mzabaluev mzabaluev merged commit 9e2442b into input-output-hk:master Jan 25, 2021
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.

3 participants