Skip to content

Commit

Permalink
Bump andymckay/cancel-action from 0.4 to 0.5 (#54)
Browse files Browse the repository at this point in the history
* Bump andymckay/cancel-action from 0.4 to 0.5

Bumps [andymckay/cancel-action](https://github.com/andymckay/cancel-action) from 0.4 to 0.5.
- [Release notes](https://github.com/andymckay/cancel-action/releases)
- [Commits](andymckay/cancel-action@0.4...0.5)

---
updated-dependencies:
- dependency-name: andymckay/cancel-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update MSRV, flake

---------

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 Jul 1, 2024
1 parent e103158 commit 04596ed
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 51 deletions.
6 changes: 3 additions & 3 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 Expand Up @@ -131,4 +131,4 @@ jobs:
args: --all -- --check
- name: Cancel workflow
if: failure()
uses: andymckay/cancel-action@0.4
uses: andymckay/cancel-action@0.5
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 04596ed

Please sign in to comment.