You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it's difficult, maybe we should discuss bumping MSRV to 1.51 for deltachat-core-rust.
There is another dependency, zeroize_derive, which is used by pgp and crypto code, which also broke rust 1.48.0 compatibility recently: iqlusioninc/crates#755
@link2xt deltachat-core-rust will need to switch to a newer rust with the next rpgp release as well. All new crypto release have an MSRV of 1.51 and it will likely not be too long until even newer, due to the const improvements.
Fix #22 introduced
resolver="2"
option inCargo.toml
.Even though MSRV is 1.51, it would be nice to avoid this as for deltachat-core-rust MSRV is 1.48.0 and updating async-tar breaks CI.
The text was updated successfully, but these errors were encountered: