We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439e270 commit cac1878Copy full SHA for cac1878
.github/workflows/benchmark.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
29
30
- - uses: oxc-project/setup-rust@v1
+ - uses: oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
31
with:
32
save-cache: ${{ github.ref_name == 'main' }}
33
tools: cargo-codspeed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "bench-transformer"
3
version = "0.1.0"
4
-edition = "2024"
+# edition = "2024"
5
publish = false
6
7
[[bench]]
0 commit comments