Skip to content

Commit

Permalink
fix(deps): update rust crate clipboard-rs to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and 0x-jerry committed Sep 18, 2024
1 parent f37fe9e commit 20541f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.0.0"
crate-type = ["cdylib"]

[dependencies]
clipboard-rs = "0.1.6"
clipboard-rs = "0.2.0"
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.16.4", default-features = false, features = ["napi4"] }
napi-derive = "2.16.3"
Expand Down

0 comments on commit 20541f3

Please sign in to comment.