Fix macOS build: mark MacScsiTransport as Send
IOKit COM interface pointers are Mach port references, safe to send between threads. The Send bound added in 0.8.1 broke macOS builds.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libfreemkv"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-only"
|
||||
description = "Open source raw disc access library for optical drives"
|
||||
|
||||
Reference in New Issue
Block a user