Skip to content

Commit

Permalink
Depend on real swift-glob version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jul 5, 2024
1 parent ab1f8be commit c5d07d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/davbeck/swift-glob",
"state" : {
"revision" : "6b93163b2db5ac639eeb274c473f16f5a6dd8a95"
"revision" : "f6a5c1cb5449388dd237b335cad9d3cdd083b93a",
"version" : "0.0.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/ChimeHQ/LanguageServerProtocol", from: "0.13.2"),
.package(url: "https://github.com/Frizlab/FSEventsWrapper", from: "2.1.0"),
.package(url: "https://github.com/davbeck/swift-glob", revision: "6b93163b2db5ac639eeb274c473f16f5a6dd8a95"),
.package(url: "https://github.com/davbeck/swift-glob", from: "0.0.0"),
.package(url: "https://github.com/ChimeHQ/JSONRPC", from: "0.9.0"),
.package(url: "https://github.com/ChimeHQ/ProcessEnv", from: "1.0.0"),
.package(url: "https://github.com/groue/Semaphore", from: "0.0.8"),
Expand Down

0 comments on commit c5d07d7

Please sign in to comment.