Skip to content

Commit

Permalink
fix(dependencies): Update souvlaki source to use specific revision in…
Browse files Browse the repository at this point in the history
…stead of branch
  • Loading branch information
Losses committed Jan 4, 2025
1 parent dc0767c commit 02b01ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions playback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ once_cell = "1.20.2"
simple_channel = { path = "../simple-channel" }

[target.'cfg(not(any(target_os = "android")))'.dependencies]
souvlaki = { git = "https://github.com/Losses/souvlaki", branch = "master" }
souvlaki = { git = "https://github.com/Losses/souvlaki", rev = "e60e9b9a6a2774306718a0c561609083f1acc617" }

[target.'cfg(target_os = "android")'.dependencies]
ndk-context = "0.1.1"
jni = "0.21.1"
jni = "0.21.1"

0 comments on commit 02b01ce

Please sign in to comment.