Skip to content

Commit

Permalink
Update criterion requirement from 0.4 to 0.5 (#52)
Browse files Browse the repository at this point in the history
* Update criterion requirement from 0.4 to 0.5

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.4.0...0.5.1)

---
updated-dependencies:
- dependency-name: criterion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* MSRV 1.70.0

* rust-toolchain 1.73.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig Colegrove <[email protected]>
  • Loading branch information
dependabot[bot] and giarc3 authored Oct 16, 2023
1 parent caf0fcd commit c4d7d19
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
rust_version:
- stable
- beta
- 1.69.0 # MSRV
- 1.70.0 # MSRV
steps:
- uses: actions/checkout@v4
- uses: IronCoreLabs/rust-toolchain@v1
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
matrix:
rust_version:
- stable
- 1.69.0
- 1.70.0
steps:
- uses: actions/checkout@v4
- uses: IronCoreLabs/rust-toolchain@v1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

- [[#52]](https://github.com/IronCoreLabs/gridiron/pull/52)
- Update to criterion 0.5 (Test only change)
- Change MSRV to Rust 1.70.0

- [[#51]](https://github.com/IronCoreLabs/gridiron/pull/51) - Change MSRV to Rust 1.69.0

- [[#44]](https://github.com/IronCoreLabs/gridiron/pull/44) - Change MSRV to Rust 1.60.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
categories = ["cryptography", "wasm"]
license = "Apache-2.0"
keywords = ["finite", "field", "crypto", "math"]
rust-version = "1.69.0"
rust-version = "1.70.0"

[dependencies]
num-traits = "0.2.11"
Expand All @@ -25,7 +25,7 @@ overflow-checks = true
[dev-dependencies]
proptest = "1"
rand = "0.8"
criterion = { version = "0.4", default-features = false }
criterion = { version = "0.5", default-features = false }

[features]
unstable = []
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
profile = "default"
channel = "1.72.1"
channel = "1.73.0"

0 comments on commit c4d7d19

Please sign in to comment.