Skip to content

Commit cac1878

Browse files
committed
ci: fix
1 parent 439e270 commit cac1878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
2929

30-
- uses: oxc-project/setup-rust@v1
30+
- uses: oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
3131
with:
3232
save-cache: ${{ github.ref_name == 'main' }}
3333
tools: cargo-codspeed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bench-transformer"
33
version = "0.1.0"
4-
edition = "2024"
4+
# edition = "2024"
55
publish = false
66

77
[[bench]]

0 commit comments

Comments
 (0)