Skip to content

Commit efffb8a

Browse files
committed
upgrade clipboard-rs to v0.1.9. Optimize bundle size. Add prettier.
1 parent 32ba055 commit efffb8a

File tree

6 files changed

+320
-203
lines changed

6 files changed

+320
-203
lines changed

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"printWidth": 100,
3+
"tabWidth": 2,
4+
"trailingComma": "none",
5+
"semi": false,
6+
"plugins": []
7+
}

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-clipboard"
3-
version = "2.1.3"
3+
version = "2.1.4"
44
license = "MIT"
55
description = "A clipboard plugin for Tauri that supports text, html, rtf, files and image, as well as clipboard update listening."
66
authors = [ "Huakun" ]
@@ -16,7 +16,7 @@ serde = "1.0"
1616
thiserror = "1.0"
1717
base64 = "0.22.1"
1818
image = "0.25.1"
19-
clipboard-rs = "0.1.7"
19+
clipboard-rs = "0.1.9"
2020

2121
[build-dependencies]
2222
tauri-plugin = { version = "2.0.0-beta.15", features = ["build"] }

0 commit comments

Comments
 (0)