Update dependency jpsim/Yams to from: "6.1.0"

This commit is contained in:
renovate[bot]
2025-08-09 16:28:07 +00:00
committed by Stefan Ceriu
parent d5df52db59
commit f4163429ee
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
"originHash" : "fe65ad02360ab82a9283496b072022b8c403593a427e973b39783ab541e11a2f",
"originHash" : "81e8144c17486250f9157eb0e84dfe04af3b41d5924c8c7d77616ac85025046a",
"pins" : [
{
"identity" : "swift-argument-parser",
@@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/jpsim/Yams",
"state" : {
"revision" : "f4d4d6827d36092d151ad7f6fef1991c1b7192f6",
"version" : "6.0.2"
"revision" : "d41ba4e7164c0838c6d48351f7575f7f762151fe",
"version" : "6.1.0"
}
}
],

View File

@@ -15,7 +15,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.6.1")),
.package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "e5eaab1558ef664e6cd80493f64259381670fb3a"),
// .package(path: "../../../swift-command-line-tools"),
.package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "6.0.2"))
.package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "6.1.0"))
],
targets: [
.executableTarget(name: "Tools",