Skip to content

Commit

Permalink
WIP: Update MSRV to 1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
aewag committed Sep 1, 2024
1 parent 6076bdd commit 0efa7fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

env:
MSRV: 1.57.0
MSRV: 1.61.0
RUSTFLAGS: "-Dwarnings"
CARGO_INCREMENTAL: 0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hbs-lms"
version = "0.1.1"
rust-version = "1.57"
rust-version = "1.61"
authors = ["Fraunhofer AISEC"]
description = """
Pure Rust implementation of the Leighton Micali Signature scheme with support for key generation, signature generation and verification.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following table shows the mapping between the RFC and the library naming inc
| m | hash_function_output_size | Number of bytes that the lms hash functions generates |

## Minimum Supported Rust Version
The crate in this repository supports Rust **1.57** or higher.
The crate in this repository supports Rust **1.61** or higher.

Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.

Expand All @@ -69,6 +69,6 @@ Any contribution intentionally submitted for inclusion in the work by you, as de
[docs-image]: https://docs.rs/hbs-lms/badge.svg
[docs-link]: https://docs.rs/hbs-lms/
[license-image]: https://img.shields.io/badge/license-Apache2.0-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.57+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.61+-blue.svg
[build-image]: https://github.com/Fraunhofer-AISEC/hbs-lms-rust/workflows/lms/badge.svg?branch=master
[build-link]: https://github.com/Fraunhofer-AISEC/hbs-lms-rust/actions?query=workflow%3Alms

0 comments on commit 0efa7fd

Please sign in to comment.