diff --git a/Cargo.lock b/Cargo.lock index 6aaf734..2365376 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2566,8 +2566,9 @@ checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1" [[package]] name = "fast_image_resize" -version = "5.0.0" -source = "git+https://github.com/jackpot51/fast_image_resize.git#c48fdca44951e1cfb212eec47fc6d444647a00d3" +version = "5.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d372ab3252d8f162d858d675a3d88a8c33ba24a6238837c50c8851911c7e89cd" dependencies = [ "bytemuck", "cfg-if", diff --git a/pages/wallpapers/Cargo.toml b/pages/wallpapers/Cargo.toml index 5d5f6b5..3ede7a3 100644 --- a/pages/wallpapers/Cargo.toml +++ b/pages/wallpapers/Cargo.toml @@ -11,8 +11,7 @@ cosmic-bg-config = { workspace = true } cosmic-randr-shell = { workspace = true } dirs = "6.0.0" eyre = "0.6.12" -# Upstream version 5.0.0 has compilation error on Redox's toolchain -fast_image_resize = { git = "https://github.com/jackpot51/fast_image_resize.git", features = [ +fast_image_resize = { version = "5", features = [ "image", ] } futures-lite = "2.6.1"