Skip to content

Commit 48f96c9

Browse files
committed
fix(cd): bump Rust toolchain to 1.92.0
1 parent cead2b0 commit 48f96c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

timescaledb-pgrx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM timescale/timescaledb-ha:pg17 AS pgrx
44
# see: https://github.com/supabase/wrappers/commit/eea6f87f
55
ARG PGRX_VER="0.16.1"
66

7-
# Current Rust version is 1.87.0 at 2025/06/12
8-
ARG RUST_VER="1.87.0"
7+
# Current Rust version is 1.92.0 at 2026/01/09
8+
ARG RUST_VER="1.92.0"
99

1010
USER root
1111

0 commit comments

Comments
 (0)