Skip to content

Commit 17a3ed0

Browse files
authored
Pre release v0.16.0 (#308)
- update dependencies - bump app's version to `0.16.0` - add `clipboard` feature - replace unmaintained `clipboard` crate with `copypasta` crate
1 parent ef6f78f commit 17a3ed0

File tree

11 files changed

+899
-544
lines changed

11 files changed

+899
-544
lines changed

.dir-locals.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
;;; Directory Local Variables
22
;;; For more information see (info "(emacs) Directory Variables")
33

4-
((rustic-mode . ((lsp-rust-features . ["lyric-finder" "image" "notify"]))))
4+
((rustic-mode . ((lsp-rust-features . ["lyric-finder" "image" "notify" "clipboard"]))))

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
CARGO_TERM_COLOR: always
1111
RUST_BACKTRACE: 1
12-
RUST_FEATURES: "rodio-backend,lyric-finder,media-control,image,notify"
12+
RUST_FEATURES: "rodio-backend,lyric-finder,media-control,image,notify,clipboard"
1313

1414
jobs:
1515
rust-ci:

0 commit comments

Comments
 (0)