You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This release attempts to fix one of the bugs associated with some type changes in Rust v1.91, which fails to build the `plist` crate. defaults-rs depends on this crate for the import and export functionalities. This fix downgrades the version used from `v1.8.0` to `v1.7.4` which seems to work, for now.
4
-
5
-
---
6
-
7
-
The compressed binaries have been attached with the release.
3
+
- This release stabilizes all of the internal APIs so that it's mature for a v1 release (yes, we're getting one right now!).
4
+
- Removed the batch functions since more maturity in the concurrency part of the code is still needed. CoreFoundation bindings aren't by-default concurrent.
0 commit comments