mirror of
https://github.com/laosb/SwiftTailwind.git
synced 2026-03-01 16:48:22 +00:00
chore: bump deps.
This commit is contained in:
parent
37194f5d29
commit
fe2fd639b0
2 changed files with 9 additions and 9 deletions
|
|
@ -10,8 +10,8 @@ let package = Package(
|
|||
.executable(name: "TailwindCSSCLIArtifactBundler", targets: ["TailwindCSSCLIArtifactBundler"]),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.0"),
|
||||
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
|
||||
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.7.0"),
|
||||
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"5.0.0"),
|
||||
],
|
||||
targets: [
|
||||
.executableTarget(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue