Skip to content

Commit 60be64c

Browse files
authored
Merge pull request #457 from mulkieran/rust-version-1.82.0
Increase lowest supported version of Rust to 1.82
2 parents 710cfc1 + ea6a410 commit 60be64c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
118118
lowest_supported:
119119
env:
120-
TOOLCHAIN: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
120+
TOOLCHAIN: 1.82.0 # LOWEST SUPPORTED RUST TOOLCHAIN
121121
strategy:
122122
matrix:
123123
include:
@@ -147,7 +147,7 @@ jobs:
147147
fedora:
148148
env:
149149
# Lowest supported
150-
TOOLCHAIN: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
150+
TOOLCHAIN: 1.82.0 # LOWEST SUPPORTED RUST TOOLCHAIN
151151
strategy:
152152
matrix:
153153
include:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libcryptsetup-rs"
33
version = "0.14.0"
44
authors = ["John Baublitz <jbaublitz@redhat.com>"]
55
edition = "2021"
6-
rust-version = "1.77.0" # LOWEST SUPPORTED RUST TOOLCHAIN
6+
rust-version = "1.82.0" # LOWEST SUPPORTED RUST TOOLCHAIN
77
description = "High level Rust bindings for libcryptsetup"
88
license = "MPL-2.0"
99
documentation = "https://docs.rs/libcryptsetup-rs"

libcryptsetup-rs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libcryptsetup-rs-sys"
33
version = "0.6.1"
44
authors = ["John Baublitz <jbaublitz@redhat.com>"]
55
edition = "2021"
6-
rust-version = "1.77.0" # LOWEST SUPPORTED RUST TOOLCHAIN
6+
rust-version = "1.82.0" # LOWEST SUPPORTED RUST TOOLCHAIN
77
description = "Low level bindings for libcryptsetup"
88
license = "MPL-2.0"
99
documentation = "https://docs.rs/libcryptsetup-rs-sys"

0 commit comments

Comments
 (0)