Skip to content

Commit

Permalink
fiat-constify: remove MSRV
Browse files Browse the repository at this point in the history
This is a simple command line utility intended for internal use only.

There's no need to have an MSRV policy around it, and having one was
breaking the build of #984
  • Loading branch information
tarcieri committed Nov 19, 2023
1 parent df6d2f4 commit 4ae0830
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/fiat-constify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,9 @@ env:

jobs:
test:
strategy:
matrix:
toolchain:
- 1.56.0 # MSRV
- stable
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo test --all-features
1 change: 0 additions & 1 deletion fiat-constify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ categories = ["cryptography"]
keywords = ["fiat-crypto", "field"]
readme = "README.md"
edition = "2021"
rust-version = "1.56"

[dependencies]
proc-macro2 = "1"
Expand Down
2 changes: 0 additions & 2 deletions fiat-constify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![Build Status][build-image]][build-link]
[![Safety Dance][safety-image]][safety-link]
![Apache2/MIT licensed][license-image]
![Rust Version][rustc-image]
[![Project Chat][chat-image]][chat-link]

Postprocessor for [fiat-crypto] generated field implementations which rewrites
Expand Down Expand Up @@ -48,7 +47,6 @@ dual licensed as above, without any additional terms or conditions.
[safety-image]: https://img.shields.io/badge/unsafe-forbidden-success.svg
[safety-link]: https://github.com/rust-secure-code/safety-dance/
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.56+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260052-utils

Expand Down

0 comments on commit 4ae0830

Please sign in to comment.