Skip to content

Commit a0a0d30

Browse files
committed
Increase lowest supported version of Rust to 1.82
Signed-off-by: mulhern <[email protected]>
1 parent c4c1be2 commit a0a0d30

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)