Skip to content

Commit

Permalink
Merge pull request #53 from eval-exec/master
Browse files Browse the repository at this point in the history
Upgrade dev-dependenciy: criterion to 0.5, use 1.74.0 in cargo test CI
  • Loading branch information
quake authored Sep 14, 2024
2 parents 44543a9 + 55c5f7e commit a7ce51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
submodules: true
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.73.0
toolchain: 1.74.0
components: rustfmt
- name: Run tests
if: runner.os == 'Linux' || runner.os == 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde = ["dep:serde", "alloc"]
heapless = { version = "0.8" }

[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
rustc-hex = "1.0"
hex = "0.3.2"
proptest = "1.0"
Expand Down

0 comments on commit a7ce51f

Please sign in to comment.