diff --git a/Cargo.lock b/Cargo.lock index 4623c17..ebfc485 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,7 +606,7 @@ dependencies = [ [[package]] name = "wl-pick" -version = "0.1.1" +version = "0.2.0" dependencies = [ "cosmic-text", "memmap2", diff --git a/Cargo.toml b/Cargo.toml index fbabe3c..c70b44b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wl-pick" -version = "0.1.1" +version = "0.2.0" edition = "2024" description = "A live grid of window and display previews, for picking one" license = "MIT" @@ -8,8 +8,8 @@ repository = "https://github.com/mil-ad/wl-pick" readme = "README.md" keywords = ["wayland", "sway", "wlroots", "screencast", "switcher"] categories = ["command-line-utilities", "os::unix-apis"] -# let-chains, which are edition 2024 and stable from here on -rust-version = "1.88" +# The floor is cosmic-text, which needs 1.89; let-chains here need 1.88. +rust-version = "1.89" [dependencies] wayland-client = "0.31"