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
Compile releases on Ubuntu 20.04 instead of 18.04, which means the minimal
GLIBC version is 2.31. This is necessary, since GitHub actions deprecated this
Ubuntu version.
Fixed
Update quick-xml to version 0.28 to avoid issues in future Rust versions
Update sstable to version 0.11 to avoid issues in future Rust versions
Update actix-web to version 4 to avoid issues in future Rust versions
Update config crate to version 0.13 to avoid issues in future Rust versions
Update diesel to version 2.0 due to issue in sqlite dependency