Skip to content

Commit

Permalink
fix: bump rsRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 1, 2024
1 parent 738b9c0 commit 224eb79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ device_query = "2.1.0"
regex = "1.10"

# rpc server
rsrpc = { git = "https://www.github.com/SpikeHD/rsRPC", tag = "v0.16.3", optional = true }
rsrpc = { git = "https://www.github.com/SpikeHD/rsRPC", tag = "v0.16.4", optional = true }
window_titles = { git = "https://github.com/SpikeHD/window_titles", branch = "master" }

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
Expand Down

0 comments on commit 224eb79

Please sign in to comment.