Update all dependencies

This commit is contained in:
2025-11-13 02:40:33 +00:00
parent 013075bc82
commit b1a5f47b05
5 changed files with 14 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ jobs:
name: Run Rust benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v5
- run: rustup toolchain update nightly && rustup default nightly
- name: Run benchmark
run: cargo +nightly bench --features decimal,metadata,serde,debugging | tee output.txt