Skip to content

Commit 2728e03

Browse files
authored
Upgrade MSRV and dependencies (#128)
1 parent 56fac28 commit 2728e03

35 files changed

+2213
-1447
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ env:
2929
RUST_BACKTRACE: "1"
3030
RUSTFLAGS: "-D warnings"
3131
LLVM_CONFIG_PATH: llvm-config-18
32-
RUST_STABLE_TOOLCHAIN: "1.65"
33-
RUST_NIGHTLY_TOOLCHAIN: "nightly-2023-07-12"
32+
RUST_STABLE_TOOLCHAIN: "1.85"
33+
RUST_NIGHTLY_TOOLCHAIN: "nightly-2025-03-18"
3434

3535
jobs:
3636
required:
@@ -125,6 +125,7 @@ jobs:
125125
- name: Setup php-fpm for Linux
126126
if: matrix.os == 'ubuntu-24.04'
127127
run: |
128+
sudo apt-get update
128129
sudo apt-get install -y php${{ matrix.flag.php_version }}-fpm
129130
sudo ln -sf /usr/sbin/php-fpm${{ matrix.flag.php_version }} /usr/sbin/php-fpm
130131

0 commit comments

Comments
 (0)