Skip to content

Commit

Permalink
ascon: MSRV 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Jun 1, 2024
1 parent b82fdb2 commit ed2a4a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ascon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
set-msrv:
uses: RustCrypto/actions/.github/workflows/set-msrv.yml@master
with:
msrv: 1.56.0
msrv: 1.60.0

build:
needs: set-msrv
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions ascon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ascon"
version = "0.4.0"
version = "0.5.0-pre"
description = "Pure Rust implementation of the Ascon permutation"
authors = [
"Sebastian Ramacher <[email protected]>",
Expand All @@ -13,7 +13,7 @@ keywords = ["Ascon", "crypto", "permutation"]
categories = ["cryptography", "no-std"]
readme = "README.md"
edition = "2021"
rust-version = "1.56"
rust-version = "1.60"

[dependencies]
zeroize = { version = "1.6.0", default-features = false, optional=true }
Expand Down
4 changes: 2 additions & 2 deletions ascon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ portfolio of the [CAESAR competition].

## Minimum Supported Rust Version

This crate requires **Rust 1.56** at a minimum.
This crate requires **Rust 1.60** at a minimum.

We may change the MSRV in the future, but it will be accompanied by a minor
version bump.
Expand Down Expand Up @@ -58,7 +58,7 @@ dual licensed as above, without any additional terms or conditions.
[build-image]: https://github.com/RustCrypto/sponges/actions/workflows/ascon.yml/badge.svg
[build-link]: https://github.com/RustCrypto/sponges/actions/workflows/ascon.yml
[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
[rustc-image]: https://img.shields.io/badge/rustc-1.60+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/369879-sponges

Expand Down

0 comments on commit ed2a4a3

Please sign in to comment.