Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 74f7ea3

Browse files
committed
Update GraphViz to 0.1.0
1 parent 051a4dc commit 74f7ea3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"repositoryURL": "https://github.com/SwiftDocOrg/GraphViz.git",
1616
"state": {
1717
"branch": null,
18-
"revision": "2b3f941609a4be7d13c9d9176c7845d6f2ef0541",
19-
"version": "0.0.4"
18+
"revision": "08e0cddd013fa2272379d27ec3e0093db51f34fb",
19+
"version": "0.1.0"
2020
}
2121
},
2222
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
.package(url: "https://github.com/SwiftDocOrg/SwiftSemantics.git", .branch("swift-5.2")),
1414
.package(url: "https://github.com/SwiftDocOrg/CommonMark.git", .branch("master")),
1515
.package(url: "https://github.com/SwiftDocOrg/SwiftMarkup.git", .upToNextMinor(from: "0.0.4")),
16-
.package(url: "https://github.com/SwiftDocOrg/GraphViz.git", .upToNextMinor(from: "0.0.1")),
16+
.package(url: "https://github.com/SwiftDocOrg/GraphViz.git", .upToNextMinor(from: "0.1.0")),
1717
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.0.2")),
1818
],
1919
targets: [

0 commit comments

Comments
 (0)