diff --git a/Cargo.lock b/Cargo.lock index 08fefec..57c771d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1278,6 +1278,7 @@ dependencies = [ "env_logger", "fork 0.2.0", "hex_color", + "home", "i18n-embed 0.15.3", "i18n-embed-fl 0.9.3", "icu_collator", @@ -2522,11 +2523,11 @@ dependencies = [ [[package]] name = "home" -version = "0.5.11" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" +checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index c4fbaa5..64b5fa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Jeremy Soller "] edition = "2021" license = "GPL-3.0-only" -rust-version = "1.71" +rust-version = "1.80" [build-dependencies] vergen = { version = "8", features = ["git", "gitcl"] } @@ -35,6 +35,8 @@ icu_collator = "1.5" icu_provider = { version = "1.5", features = ["sync"] } rust-embed = "8" url = "2.5" +# TODO: required by 1.80 +home = "=0.5.9" [dependencies.cosmic-files] git = "https://github.com/pop-os/cosmic-files.git"