Skip to content

Commit

Permalink
Fix some markup take 2
Browse files Browse the repository at this point in the history
Signed-off-by: BlackDex <black.dex@gmail.com>
  • Loading branch information
BlackDex committed Nov 26, 2024
1 parent 36567d4 commit 16181a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ If you want to use v15 you need to overwrite an environment variable so that the
Adding `-e PQ_LIB_DIR="/usr/local/musl/pq15/lib"` at the cli or `ENV PQ_LIB_DIR="/usr/local/musl/pq15/lib"` to your custom build image will trigger the v15 version to be used during the build.

> [!NOTE]
> 2024-11-26:<br>
> 2024-11-26:
> Stopped building libpq v11, it has been deprecated for a while now.
> [!NOTE]
> 2024-08-08:<br>
> 2024-08-08:
> libpq v16 is now the default version. v15 and v11 are still build and available.
> [!NOTE]
> 2024-08-02:<br>
> 2024-08-02:
> In some situations it could be that the libpq v11 was still used. Depending if during the compilation of the code other crates added the main library path as a search path after `pq-sys` did, which caused rustc to use a different libpq.a.<br>
> This has been solved now by moving the library file for v11 to a separate directory also. The default directory is changed and should not cause any issues unless you set the `PQ_LIB_DIR` variable your self to anything else then the v15 directory.
Expand Down

0 comments on commit 16181a8

Please # to comment.