Coder Social home page Coder Social logo

Comments (4)

cpu avatar cpu commented on June 2, 2024 1

Happy to help :-) Cargo installs dependencies in parallel by default and it's easy to mix up the output.

from hyper-rustls.

hhartzer avatar hhartzer commented on June 2, 2024

It sounds like there might be a way to automate/test for this already. Not certain if this will be useful, but it looks like it might be so I'll share it.

from hyper-rustls.

cpu avatar cpu commented on June 2, 2024

Hi there,

This crates minimum supported rust version is 1.64 (https://github.com/rustls/hyper-rustls/blob/main/Cargo.toml#L5) so your Rust version should be OK.

We test this Rust version in our CI as well: https://github.com/rustls/hyper-rustls/blob/main/.github%2Fworkflows%2Fbuild.yml#L83-L97

Are you sure the compilation error you are getting with uv is from this crate? The error in your linked issue looks to me to be from a crate named 'pubgrub':

error[E0562]: impl Trait only allowed in function and inherent method return types, not in trait method return types
--> /root/.cargo/git/checkouts/pubgrub-4eebf9758cb3b340/addbaf1/src/solver.rs:264:30

from hyper-rustls.

hhartzer avatar hhartzer commented on June 2, 2024

Aw, my bad. I think you are right! Thank you for setting me on the right path.

It looks like the installation is multi-threaded or something, so the order wasn't what I was expecting.

from hyper-rustls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.