Skip to content

Commit

Permalink
Update CommandLineKit
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Jun 16, 2024
1 parent 90b1192 commit e73b35b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Netlists
/*.log

*.json
!/nix/workspace-state.json
*.bench
*.test
*.log
Expand Down
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
{
"package": "CommandLineKit",
"repositoryURL": "https://github.com/pvieito/CommandLineKit",
"repositoryURL": "https://github.com/basvankuijck/CommandLine.git",
"state": {
"branch": "master",
"revision": "a4ca3c200b87490d070c930d5033ade2fd26ef71",
"version": null
"branch": null,
"revision": "b83f09a25224c29b820f9e8d1311569736021820",
"version": "4.1.2"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/pvieito/PythonKit", .branch("master")),
.package(url: "https://github.com/pvieito/CommandLineKit", .branch("master")),
.package(url: "https://github.com/basvankuijck/CommandLine.git", from: "4.1.2"),
.package(url: "https://github.com/donn/Defile.git", from: "5.2.1"),
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.2.1"),
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.6"),
Expand All @@ -22,7 +22,7 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.executableTarget(
name: "Fault",
dependencies: ["PythonKit", "CommandLineKit", "Defile", .product(name: "Collections", package: "swift-collections"), "BigInt", "Yams"],
dependencies: ["PythonKit", .product(name: "CommandLineKit", package: "CommandLine"), "Defile", .product(name: "Collections", package: "swift-collections"), "BigInt", "Yams"],
path: "Sources"
),
.testTarget(
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e73b35b

Please sign in to comment.