Skip to content

Commit 417c931

Browse files
fix(postgres): update sqlx and pgvector (#1992)
1 parent 520b3a2 commit 417c931

6 files changed

Lines changed: 105 additions & 182 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
RUST_VERSION: 1.91.0
10+
RUST_VERSION: 1.94.0
1111

1212
jobs:
1313
run-ci:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
CARGO_TERM_COLOR: always
13-
RUST_VERSION: 1.91.0
13+
RUST_VERSION: 1.94.0
1414

1515
# ensure that the workflow is only triggered once per PR, subsequent pushes to the PR will cancel
1616
# and restart the workflow. See https://docs.github.com/en/actions/using-jobs/using-concurrency

0 commit comments

Comments
 (0)