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

transports/noise: Update to snow 0.8.0 #2272

Merged

Commits on Oct 5, 2021

  1. bump snow (and rand)

    apopiak committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    59ad999 View commit details
    Browse the repository at this point in the history
  2. bump libp2p-noise

    apopiak committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    bf21eb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. transports/noise: Fix compilation with additional generic-array featu…

    …res (libp2p#2264)
    
    For crate that depends on `generic-array = { version = "0.14.3", features =
    ["serde", "more_lengths"] }` It's seems that `as_ref()` is ambiguous.
    Milerius authored and mxinden committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    9e4b9ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f21b6a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef9194c View commit details
    Browse the repository at this point in the history