emk / rust-musl-builder

Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries. Supports openssl and diesel crates.
Apache License 2.0
1.54k stars 193 forks source link

Update to PostgreSQL 13 (requires pq-sys fix) #111

Open emk opened 3 years ago

emk commented 3 years ago

Right now, we're stuck on PostgreSQL 11 because of https://github.com/sgrif/pq-sys/issues/27. This needs to be addressed upstream in pq-sys, I believe.