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 README.md #274

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update README.md #274

wants to merge 1 commit into from

Conversation

rahulunair
Copy link

@rahulunair rahulunair commented Feb 26, 2021

Adding tokio as a dependency with all features, this is needed for compiling and running the examples.

Adding tokio as a dependency with all features, this is needed for compiling and running the examples.
@@ -11,6 +11,7 @@ Add the following to your `Cargo.toml` file
```toml
[dependencies]
shiplift = "0.7"
tokio = { version = "1.2.0", features = ["full"] }
Copy link
Collaborator

Choose a reason for hiding this comment

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

shiplift does not depend on 1.2.0 of tokio, but 1.0. The example should reflect that, IMO.

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.

2 participants