Skip to content

Commit 436d2b1

Browse files
committed
bump rust 1.76.0 -> 1.87.0
1 parent d202227 commit 436d2b1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
env:
1414
UV_FROZEN: true
1515
UV_PYTHON: 3.13 # use the latest version of Python because it is faster
16-
RUST_VERSION: "1.76.0"
16+
RUST_VERSION: "1.87.0"
1717

1818
jobs:
1919
benchmarks:

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- bump-rust
78
tags:
89
- 'v*.*.*'
910
workflow_dispatch:
@@ -12,7 +13,7 @@ permissions:
1213
contents: read
1314

1415
env:
15-
RUST_VERSION: "1.76.0"
16+
RUST_VERSION: "1.87.0"
1617

1718
jobs:
1819
build:

0 commit comments

Comments
 (0)