diff --git a/Cargo.lock b/Cargo.lock index 17fa67e..26c2361 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1691,7 +1691,7 @@ dependencies = [ [[package]] name = "stash-clipboard" -version = "0.3.2" +version = "0.3.3" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 236a146..3a3e43d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "stash-clipboard" description = "Wayland clipboard manager with fast persistent history and multi-media support" -version = "0.3.2" +version = "0.3.3" edition = "2024" authors = ["NotAShelf "] license = "MPL-2.0" readme = true repository = "https://github.com/notashelf/stash" -rust-version = "1.85" +rust-version = "1.90" [[bin]] name = "stash" # actual binary name for Nix, Cargo, etc.