Skip to content

Commit

Permalink
Increase MSRV to 1.80
Browse files Browse the repository at this point in the history
This change uses take_if method on Option which is stable since 1.80

Signed-off-by: Simon Davies <[email protected]>
  • Loading branch information
simongdavies committed Dec 17, 2024
1 parent 72ddd4d commit c3121ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exclude = [
[workspace.package]
version = "0.1.0"
edition = "2021"
rust-version = "1.79.0"
rust-version = "1.80.0"
license = "Apache-2.0"
homepage = "https://github.com/hyperlight-dev/hyperlight"
repository = "https://github.com/hyperlight-dev/hyperlight"
Expand Down

0 comments on commit c3121ae

Please sign in to comment.