From 318c95d3654ce4bcd0065fa1cee95da574b06435 Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Sun, 28 Apr 2019 13:55:14 -0400 Subject: [PATCH] Remove obsolete note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caccd72..3d1b28f 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ rust-musl-builder sudo chown -R rust:rust \ - The standard `musl-libc` libraries. - OpenSSL, which is needed by many Rust applications. -- `libpq`, which is needed for applications that use `diesel` with PostgreSQL. Note that this may be broken under Rust 1.21.0 and later (see https://github.com/emk/rust-musl-builder/issues/27). +- `libpq`, which is needed for applications that use `diesel` with PostgreSQL. - `libz`, which is needed by `libpq`. - SQLite3. See [examples/using-diesel](./examples/using-diesel/).