mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
chore: release v0.3.2
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964fc36c56f505e7a679727e1f4f7d7095c
This commit is contained in:
parent
0a8fda66a0
commit
a9da424e70
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "stash-clipboard"
|
||||
description = "Wayland clipboard manager with fast persistent history and multi-media support"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
edition = "2024"
|
||||
authors = ["NotAShelf <raf@notashelf.dev>"]
|
||||
license = "MPL-2.0"
|
||||
|
|
@ -39,7 +39,7 @@ regex = "1.11.3"
|
|||
ratatui = "0.29.0"
|
||||
crossterm = "0.29.0"
|
||||
unicode-segmentation = "1.12.0"
|
||||
unicode-width = "0.2.0"
|
||||
unicode-width = "0.2.0" # FIXME: held back by ratatui
|
||||
wayland-client = { version = "0.31.11", optional = true }
|
||||
wayland-protocols = { version = "0.32.0", optional = true }
|
||||
wayland-protocols-wlr = { version = "0.3.9", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue