Skip to content

Commit

Permalink
Update Yams version to fix Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepetroules committed Nov 21, 2024
1 parent 8a0f4f2 commit bee6273
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser.git",
"state" : {
"revision" : "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b",
"version" : "1.4.0"
"revision" : "41982a3656a71c768319979febd796c6fd111d5c",
"version" : "1.5.0"
}
},
{
Expand All @@ -15,16 +15,16 @@
"location" : "https://github.com/apple/swift-llbuild.git",
"state" : {
"branch" : "main",
"revision" : "a3b8d34be319f1b3ba8de53c434386419dec1f4f"
"revision" : "02db743e7fd4ba241b78207309ddb3c9c2ec5f3f"
}
},
{
"identity" : "swift-system",
"identity" : "swift-toolchain-sqlite",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-system.git",
"location" : "https://github.com/swiftlang/swift-toolchain-sqlite",
"state" : {
"revision" : "025bcb1165deab2e20d4eaba79967ce73013f496",
"version" : "1.2.1"
"revision" : "bb8321a7eea3830af401a1501c7c8cc27ded6793",
"version" : "1.0.2"
}
},
{
Expand All @@ -33,16 +33,16 @@
"location" : "https://github.com/apple/swift-tools-support-core.git",
"state" : {
"branch" : "main",
"revision" : "3b13e439a341bbbfe0f710c7d1be37221745ef1a"
"revision" : "4074f4db0971328c441fc1621c673937b9ca3b08"
}
},
{
"identity" : "yams",
"kind" : "remoteSourceControl",
"location" : "https://github.com/jpsim/Yams.git",
"state" : {
"revision" : "0d9ee7ea8c4ebd4a489ad7a73d5c6cad55d6fed3",
"version" : "5.0.6"
"revision" : "3036ba9d69cf1fd04d433527bc339dc0dc75433d",
"version" : "5.1.3"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
package.dependencies += [
.package(url: "https://github.com/apple/swift-tools-support-core.git", branch: "main"),
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "5.0.0")),
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "5.1.0")),
// The 'swift-argument-parser' version declared here must match that
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
// dependency version changes here with those projects.
Expand Down

0 comments on commit bee6273

Please sign in to comment.