Skip to content

Commit

Permalink
Merge pull request #1 from ileitch/master
Browse files Browse the repository at this point in the history
Updates for Periphery
  • Loading branch information
kateinoigakukun authored Oct 20, 2020
2 parents 7e9bcef + 529dc18 commit fa5d272
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "9f04d1ff1afbccd02279338a2c91e5f27c45e93a",
"version": "0.0.5"
"revision": "92646c0cdbaca076c8d3d0207891785b3379cbff",
"version": "0.3.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["IndexDumpTool"]),
],
dependencies: [
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.0.1")),
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "0.3.0")),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftIndexStore/IndexStoreSymbol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public struct IndexStoreSymbol {
case staticProperty = 21
case constructor = 22
case destructor = 23
case conversionDunction = 24
case conversionFunction = 24
case parameter = 25
case using = 26
case commentTag = 1000
Expand Down

0 comments on commit fa5d272

Please sign in to comment.