-
Notifications
You must be signed in to change notification settings - Fork 41
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 #625
Update dependencies #625
Conversation
I guess "nix broke" is a good reason to bump the MSRV. :-( Edit: The relevant commit seems to be nix-rust/nix@5ac876e#diff-053ba1e724c4502bd141984f3ba3b1a5f4a4eddde4566eb196d39107b068fc76 and it really goes from Rust |
As you prefer, I was about to rollback to 0.20 and list it in #538. |
Feel free to bump to 1.41. Seems like that also means "newer smol" (thanks for the link; I totally forgot about #538) |
This reverts commit d9f31f255a8402360897703a7ab9b50745e161b2. cairo-rs 0.14 needs rust 1.51, so we stay on 0.9 for now
It looks like it is not going to be that easy, some dependencies of the newer smol (async-lock and socket2) have further bumped their MSRV and do not build with 1.41 anymore. It seems at least 1.46 would be needed. |
Allows to use nix 0.21
I updated the branch protection rule: Removed However, that reminds me: You also need to update |
I did update it |
Oh, sorry. |
No description provided.