mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 17:47:02 +05:30
Update Rust crate copypasta to 0.8.1
(cherry picked from commit 4a4037bdb5
)
This commit is contained in:
parent
341a85ad5c
commit
8b0c570c98
2 changed files with 26 additions and 6 deletions
|
@ -16,7 +16,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
|
|||
anyhow = "1.0.66"
|
||||
argv = "0.1.6"
|
||||
clipboard-master = "3.1.3"
|
||||
copypasta = { version = "0.7.1", default-features = false, features = ["x11"] }
|
||||
copypasta = { version = "0.8.1", default-features = false, features = ["x11"] }
|
||||
dirs = "4.0.0"
|
||||
regex = "1.7.0"
|
||||
serde = "1.0.151"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue