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 dependencies to compile using Rust 1.64. #36

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

tjni
Copy link
Contributor

@tjni tjni commented Oct 6, 2022

Some transitive dependencies were updated also, but the relevant ones are:

  1. socket2 needs to be 0.3.16+ (due to Implement network primitives with ideal Rust layout, not C system layout rust-lang/rust#78802)
  2. mdbook needs to be 0.4.21+ (due to "local_ctx does not live long enough" compilation error on rustc 1.64.0-nightly (62b272d25 2022-07-21) rust-lang/mdBook#1860)

The commands I ran:

cargo update -p socket2
cargo update -p mdbook --precise 0.4.21
cargo update -p futures-util

Some transitive dependencies were updated also, but the relevant ones
are:

    socket2 needs to be 0.3.16+
     mdbook needs to be 0.4.21+
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