Skip to content

Commit 5cba75e

Browse files
authored
Merge pull request #74 from mulkieran/rust-version-1.82.0
Increase lowest supported version of Rust to 1.82
2 parents c4c1be2 + a0a0d30 commit 5cba75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "loopdev-3"
33
description = "Setup and control loop devices"
44
version = "0.5.3"
55
authors = ["Stratis Developers <[email protected]>", "Michael Daffin <[email protected]>"]
6-
rust-version = "1.77.0" # LOWEST SUPPORTED RUST TOOLCHAIN
6+
rust-version = "1.82.0" # LOWEST SUPPORTED RUST TOOLCHAIN
77
license = "MIT"
88
documentation = "https://docs.rs/loopdev-3"
99
repository = "https://github.com/stratis-storage/loopdev-3"

0 commit comments

Comments
 (0)