Skip to content

Commit 052a068

Browse files
committed
Update swift-transformers to 1.1.2
1 parent 4ef384e commit 052a068

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
)
2424
],
2525
dependencies: [
26-
.package(url: "https://github.com/huggingface/swift-transformers.git", .upToNextMinor(from: "0.1.8")),
26+
.package(url: "https://github.com/huggingface/swift-transformers.git", .upToNextMinor(from: "0.1.24")),
2727
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
2828
] + (isServerEnabled() ? [
2929
.package(url: "https://github.com/vapor/vapor.git", from: "4.115.1"),

0 commit comments

Comments
 (0)