Skip to content

Commit c3121ae

Browse files
committed
Increase MSRV to 1.80
This change uses take_if method on Option which is stable since 1.80 Signed-off-by: Simon Davies <[email protected]>
1 parent 72ddd4d commit c3121ae

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
@@ -26,7 +26,7 @@ exclude = [
2626
[workspace.package]
2727
version = "0.1.0"
2828
edition = "2021"
29-
rust-version = "1.79.0"
29+
rust-version = "1.80.0"
3030
license = "Apache-2.0"
3131
homepage = "https://github.com/hyperlight-dev/hyperlight"
3232
repository = "https://github.com/hyperlight-dev/hyperlight"

0 commit comments

Comments
 (0)