Skip to content

Commit 61c0703

Browse files
authored
switch to tags where possible (#80)
1 parent 9d74afd commit 61c0703

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: ["MLXMNIST"]),
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/ml-explore/mlx-swift", branch: "main"),
19-
.package(url: "https://github.com/huggingface/swift-transformers", from: "0.1.5"),
18+
.package(url: "https://github.com/ml-explore/mlx-swift", from: "0.12.1"),
19+
.package(url: "https://github.com/huggingface/swift-transformers", from: "0.1.8"),
2020
.package(url: "https://github.com/1024jp/GzipSwift", from: "6.0.1"),
2121
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
2222
],

mlx-swift-examples.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2607,8 +2607,8 @@
26072607
isa = XCRemoteSwiftPackageReference;
26082608
repositoryURL = "https://github.com/huggingface/swift-transformers";
26092609
requirement = {
2610-
branch = main;
2611-
kind = branch;
2610+
kind = upToNextMajorVersion;
2611+
minimumVersion = 0.1.8;
26122612
};
26132613
};
26142614
C392736E2B60699100368D5D /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = {
@@ -2623,8 +2623,8 @@
26232623
isa = XCRemoteSwiftPackageReference;
26242624
repositoryURL = "https://github.com/ml-explore/mlx-swift";
26252625
requirement = {
2626-
branch = main;
2627-
kind = branch;
2626+
kind = upToNextMajorVersion;
2627+
minimumVersion = 0.12.1;
26282628
};
26292629
};
26302630
/* End XCRemoteSwiftPackageReference section */

mlx-swift-examples.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)