Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "vuio",
"displayName": "VuIO Media Server",
"description": "Browse, search and cast your VuIO media library — and control the TVs and speakers on your network — from Claude.",
"version": "0.0.49",
"version": "0.0.50",
"author": {
"name": "vyrti",
"url": "https://github.com/vuiodev"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Run Clippy
env:
RUSTC_WRAPPER: sccache
run: cargo clippy -p vuio-core -p vuio-cli -p vuio-cast -p vuio-web --all-targets --all-features -- -D clippy::all -D warnings
run: cargo clippy -p vuio-core -p vuio-cli -p vuio-cast -p vuio-web --all-targets --all-features -- -D clippy::all -D clippy::string_slice -D warnings
- name: Show sccache stats
if: always()
run: sccache --show-stats || true
Expand Down
Loading