We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d202227 commit 436d2b1Copy full SHA for 436d2b1
2 files changed
.github/workflows/codspeed.yml
@@ -13,7 +13,7 @@ permissions:
13
env:
14
UV_FROZEN: true
15
UV_PYTHON: 3.13 # use the latest version of Python because it is faster
16
- RUST_VERSION: "1.76.0"
+ RUST_VERSION: "1.87.0"
17
18
jobs:
19
benchmarks:
.github/workflows/release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - bump-rust
8
tags:
9
- 'v*.*.*'
10
workflow_dispatch:
@@ -12,7 +13,7 @@ permissions:
12
contents: read
build:
0 commit comments