Skip to content

Commit

Permalink
Update to rust-roon-api 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKoudijs committed Aug 15, 2023
1 parent b41dbdc commit 4035edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.24.1", features = ["macros", "rt-multi-thread"] }
eyre = "0.6"
roon-api = { git = "https://github.com/TheAppgineer/rust-roon-api.git", rev = "dc85bc0", features = ["browse", "transport"] }
roon-api = { git = "https://github.com/TheAppgineer/rust-roon-api.git", tag = "0.0.3", features = ["browse", "transport"] }

[profile.release]
strip = true
Expand Down

0 comments on commit 4035edc

Please sign in to comment.