Skip to content

Commit

Permalink
Pre release v0.16.0 (#308)
Browse files Browse the repository at this point in the history
- update dependencies
- bump app's version to `0.16.0`
- add `clipboard` feature
- replace unmaintained `clipboard` crate with `copypasta` crate
  • Loading branch information
aome510 authored Dec 3, 2023
1 parent ef6f78f commit 17a3ed0
Show file tree
Hide file tree
Showing 11 changed files with 899 additions and 544 deletions.
2 changes: 1 addition & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((rustic-mode . ((lsp-rust-features . ["lyric-finder" "image" "notify"]))))
((rustic-mode . ((lsp-rust-features . ["lyric-finder" "image" "notify" "clipboard"]))))
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
RUST_FEATURES: "rodio-backend,lyric-finder,media-control,image,notify"
RUST_FEATURES: "rodio-backend,lyric-finder,media-control,image,notify,clipboard"

jobs:
rust-ci:
Expand Down
Loading

0 comments on commit 17a3ed0

Please sign in to comment.