Skip to content

Commit f26484b

Browse files
authored
chore: mass dependencies and toolchain upgrade (#194)
1 parent 0a47810 commit f26484b

File tree

14 files changed

+743
-422
lines changed

14 files changed

+743
-422
lines changed

.github/workflows/ci-ffi-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- uses: actions/checkout@v4
106106
- uses: dtolnay/rust-toolchain@v1
107107
with:
108-
toolchain: 1.82.0
108+
toolchain: 1.85.0
109109
targets: ${{ matrix.target }}
110110

111111
- uses: actions/setup-python@v5

.github/workflows/ci-ffi-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ruby-version: '3.1'
4545
- uses: dtolnay/rust-toolchain@v1
4646
with:
47-
toolchain: 1.82.0
47+
toolchain: 1.85.0
4848
targets: ${{ matrix.target }}
4949
- run: make gem/mac/${{ matrix.mk-arch }}
5050
- uses: actions/upload-artifact@v4

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: dtolnay/rust-toolchain@v1
1616
with:
17-
toolchain: 1.82.0
17+
toolchain: 1.85.0
1818
- name: publish pyroscope crate
1919
continue-on-error: true
2020
run: |
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747
- uses: dtolnay/rust-toolchain@v1
4848
with:
49-
toolchain: 1.82.0
49+
toolchain: 1.85.0
5050
- name: publish pprofrs crate
5151
continue-on-error: true
5252
run: |
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v4
6161
- uses: dtolnay/rust-toolchain@v1
6262
with:
63-
toolchain: 1.82.0
63+
toolchain: 1.85.0
6464
- name: publish rbspy crate
6565
continue-on-error: true
6666
run: |
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575
- uses: dtolnay/rust-toolchain@v1
7676
with:
77-
toolchain: 1.82.0
77+
toolchain: 1.85.0
7878
- name: publish pyspy crate
7979
continue-on-error: true
8080
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183

184184
- uses: dtolnay/rust-toolchain@v1
185185
with:
186-
toolchain: 1.82.0
186+
toolchain: 1.85.0
187187
target: ${{ matrix.target }}
188188

189189
- uses: actions/setup-python@v5
@@ -315,7 +315,7 @@ jobs:
315315
ruby-version: '3.1'
316316
- uses: dtolnay/rust-toolchain@v1
317317
with:
318-
toolchain: 1.82.0
318+
toolchain: 1.85.0
319319
target: ${{ matrix.target }}
320320

321321
- run: make pyroscope_ffi/clean gem/mac/${{ matrix.mk-arch }}

0 commit comments

Comments
 (0)