pin gzip dependency (#87)

- later versions have compile issues: https://github.com/1024jp/GzipSwift/issues/65

fixes: https://github.com/ml-explore/mlx-swift-examples/issues/85
This commit is contained in:
David Koski
2024-06-27 13:48:11 -07:00
committed by GitHub
parent 61c0703c91
commit 7957378077
2 changed files with 3 additions and 3 deletions

View File

@@ -2591,8 +2591,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/1024jp/GzipSwift";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.0.1;
kind = exactVersion;
version = 6.0.1;
};
};
C382DE882B630889000F8F03 /* XCRemoteSwiftPackageReference "swift-async-algorithms" */ = {