Skip to content

Commit 71600b3

Browse files
committed
Bump minimum required Rust version to 1.86, because otherwise tests will fail.
1 parent cad6907 commit 71600b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.85.0"
8+
default: "1.86.0"
99
TOOLCHAIN_MAX:
1010
required: false
1111
type: string

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "tss2-fapi-rs"
33
version = "0.9.0"
44
edition = "2024"
5-
rust-version = "1.85"
5+
rust-version = "1.86"
66
description = "Provides a Rust interface to the TSS2.0 Feature API (FAPI)"
77
license = "BSD-3-Clause"
88
authors = ["Daniel Trick <daniel.trick@sit.fraunhofer.de>"]

0 commit comments

Comments
 (0)