Skip to content

Commit 9c3365d

Browse files
committed
chore(deps): pin swift-resvg to 0.45.1-swift.2
1 parent 124de28 commit 9c3365d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Package.resolved

Lines changed: 3 additions & 3 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
@@ -25,7 +25,7 @@ let package = Package(
2525
.package(url: "https://github.com/the-swift-collective/libpng.git", from: "1.6.45"),
2626
.package(url: "https://github.com/toon-format/toon-swift", from: "0.3.0"),
2727
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.5"),
28-
.package(url: "https://github.com/alexey1312/swift-resvg.git", from: "0.45.1"),
28+
.package(url: "https://github.com/alexey1312/swift-resvg.git", exact: "0.45.1-swift.2"),
2929
],
3030
targets: [
3131
// Main target

0 commit comments

Comments
 (0)