-
Notifications
You must be signed in to change notification settings - Fork 524
Support Rust 1.48.0 and test on Debian 11 #455
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
Conversation
|
@romanz do you agree with waiting with this until at least one of these happens?
|
|
Definitely, thanks for the heads up! |
8a86f26 to
f4d0042
Compare
533876d to
43e2ecb
Compare
|
I'm not sure why other commits got mixed here, I believe MSRV bump was planned in 0.10, not 0.9? Also a nit, I think renaming the crate in |
|
I deleted |
1fa6e0e to
3df9f2c
Compare
c7398ab to
2e04ee5
Compare
|
https://github.com/romanz/electrs/pull/455/checks?check_run_id=3818923414#step:7:90 |
|
I think |
a45ee9c to
cee2c13
Compare
605cf89 to
9a10a21
Compare
It still compiles on Rust 1.41.1 (with a few clippy warnings). Also, move CI-related `Dockerfile` to `Dockerfile.ci`.
|
If there are no objections, I plan to merge it soon :) |
|
BTW, we can still build electrs using Rust 1.41.1: |
|
Not sure about the other, but I'm using an even later rust & bullseye to build anyway. |
|
the later rust version is available for raspiblitz also, so will be built with the version set for cargo. No objections. |
Following #423