Update all dependencies

This commit is contained in:
2025-05-27 00:44:00 +00:00
parent 013075bc82
commit 8cbe5ac264
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@v4
- run: rustup toolchain update nightly && rustup default nightly
- name: Run benchmark
run: cargo +nightly bench --features decimal,metadata,serde,debugging | tee output.txt