Skip to content

Commit

Permalink
Update MSRV, flake
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 committed Jul 1, 2024
1 parent 6494465 commit 8301441
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 50 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.70.0 # MSRV
- 1.74.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.70.0
- 1.74.0
steps:
- uses: actions/checkout@v4
- uses: IronCoreLabs/rust-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion 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.70.0"
rust-version = "1.74.0"

[dependencies]
num-traits = "0.2.11"
Expand Down
58 changes: 12 additions & 46 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.73.0"
channel = "1.79.0"

0 comments on commit 8301441

Please sign in to comment.