diff --git a/Cargo.lock b/Cargo.lock index 359af36597..31b6fe2c53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ab_glyph" diff --git a/Cargo.toml b/Cargo.toml index 0268913005..43ed915b84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ "wa", "frontends/rioterm" ] -resolver = "2" +resolver = "3" [workspace.package] version = "0.2.4" @@ -19,7 +19,7 @@ edition = "2021" license = "MIT" keywords = ["graphics", "terminal", "application"] # Minimal stable rust version (MSRV) -rust-version = "1.80.1" +rust-version = "1.84.0" repository = "https://github.com/raphamorim/rio" homepage = "https://raphamorim.io/rio" documentation = "https://github.com/raphamorim/rio#readme"