mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
Merge pull request #56 from NotAShelf/notashelf/push-umuwyuqntslp
various: bump dependencies
This commit is contained in:
commit
1f0312b2f6
6 changed files with 125 additions and 40 deletions
|
|
@ -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 <raf@notashelf.dev>"]
|
||||
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.
|
||||
|
|
@ -33,7 +33,7 @@ log = "0.4.28"
|
|||
env_logger = "0.11.8"
|
||||
thiserror = "2.0.17"
|
||||
wl-clipboard-rs = "0.9.2"
|
||||
rusqlite = { version = "0.37.0", features = ["bundled"] }
|
||||
rusqlite = { version = "0.38.0", features = ["bundled"] }
|
||||
smol = "2.0.2"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue