diff --git a/Cargo.lock b/Cargo.lock index b075dc31..82125b9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4991,7 +4991,7 @@ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" [[package]] name = "uac-host" version = "0.1.0" -source = "git+https://github.com/unom-io/usbfs-iso?rev=fb01ea69c59e3bf08b3918f53a159287b5187ed2#fb01ea69c59e3bf08b3918f53a159287b5187ed2" +source = "git+https://github.com/unom-io/usbfs-iso?rev=f3de1fd62cec271d07f45664dc464f23e423e721#f3de1fd62cec271d07f45664dc464f23e423e721" dependencies = [ "usbfs-iso", ] @@ -5078,7 +5078,7 @@ dependencies = [ [[package]] name = "usbfs-iso" version = "0.1.0" -source = "git+https://github.com/unom-io/usbfs-iso?rev=fb01ea69c59e3bf08b3918f53a159287b5187ed2#fb01ea69c59e3bf08b3918f53a159287b5187ed2" +source = "git+https://github.com/unom-io/usbfs-iso?rev=f3de1fd62cec271d07f45664dc464f23e423e721#f3de1fd62cec271d07f45664dc464f23e423e721" dependencies = [ "libc", ] diff --git a/clients/android/native/Cargo.toml b/clients/android/native/Cargo.toml index 5e1e661b..1755e47d 100644 --- a/clients/android/native/Cargo.toml +++ b/clients/android/native/Cargo.toml @@ -70,8 +70,8 @@ opus = "0.3" # ecosystem-wide one: https://github.com/unom-io/usbfs-iso # Pinned by revision rather than floating: this is a transport under a real-time deadline and it # should move when we choose to. Becomes a plain version dependency once the crates are published. -uac-host = { git = "https://github.com/unom-io/usbfs-iso", rev = "fb01ea69c59e3bf08b3918f53a159287b5187ed2" } -usbfs-iso = { git = "https://github.com/unom-io/usbfs-iso", rev = "fb01ea69c59e3bf08b3918f53a159287b5187ed2" } +uac-host = { git = "https://github.com/unom-io/usbfs-iso", rev = "f3de1fd62cec271d07f45664dc464f23e423e721" } +usbfs-iso = { git = "https://github.com/unom-io/usbfs-iso", rev = "f3de1fd62cec271d07f45664dc464f23e423e721" } [lints] workspace = true