Skip to content

Commit ea1bd5c

Browse files
committed
Pin graphviz
1 parent f749509 commit ea1bd5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ let package = Package(
3131
dependencies: [
3232
.package(
3333
url: "https://github.com/tuist/GraphViz.git",
34-
branch: "main" // a few commits ahead of the deprecated GraphViz original repo. It also includes Xcode 16 fixes.
34+
// a few commits ahead of the deprecated GraphViz original repo. It also includes Xcode 16 fixes.
35+
revision: "083bccf9e492fd5731dd288a46741ea80148f508"
3536
),
3637
.package(
3738
url: "https://github.com/apple/swift-argument-parser.git",

0 commit comments

Comments
 (0)