Skip to content

Commit 774727a

Browse files
committed
Bump minimal required Rust version to 82.0 in order to fix build with latest dependencies.
1 parent 3214040 commit 774727a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/cargo-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
TOOLCHAIN_MIN:
66
required: false
77
type: string
8-
default: "1.79.0"
8+
default: "1.82.0"
99
TOOLCHAIN_MAX:
1010
required: false
1111
type: string

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "tss2-fapi-rs"
33
version = "0.5.6"
44
edition = "2021"
5+
rust-version = "1.82"
56
description = "Provides a Rust interface to the TSS2.0 Feature API (FAPI)"
67
license = "BSD-3-Clause"
78
authors = ["Daniel Trick <daniel.trick@sit.fraunhofer.de>"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Rust](https://img.shields.io/badge/rust-1.79.0+-orchid?logo=rust)](https://www.rust-lang.org/)
1+
[![Rust](https://img.shields.io/badge/rust-1.82.0+-orchid?logo=rust)](https://www.rust-lang.org/)
22
[![Crates.io](https://img.shields.io/crates/v/tss2-fapi-rs.svg)](https://crates.io/crates/tss2-fapi-rs)
33
[![Docs.rs](https://img.shields.io/docsrs/tss2-fapi-rs.svg)](https://docs.rs/tss2-fapi-rs/latest/tss2_fapi_rs/)
44
[![License](https://img.shields.io/crates/l/tss2-fapi-rs)](https://opensource.org/licenses/BSD-3-Clause)

0 commit comments

Comments
 (0)