Skip to content

Commit

Permalink
Fix pg_search version to v0.7.6 (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
shhnwz authored Sep 5, 2024
1 parent 3183064 commit 24ce8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/pg_search/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

# Set default Rust version
RUN /root/.cargo/bin/rustup default 1.75.0-x86_64-unknown-linux-gnu
RUN /root/.cargo/bin/rustup default 1.80.0-x86_64-unknown-linux-gnu
ARG PG_VERSION=15


Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_search/Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[extension]
name = "pg_search"
version = "0.7.3"
version = "0.7.6"
repository = "https://github.com/paradedb/paradedb/tree/dev/pg_search"
license = "AGPL-3.0"
description = "Full text search over heap tables using the BM25 algorithm."
Expand Down

0 comments on commit 24ce8d5

Please sign in to comment.