Skip to content

Commit

Permalink
Fix Deadlock on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakr233 committed Feb 11, 2025
1 parent 424740f commit b82ca43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Lakr233/MSDisplayLink.git",
"state" : {
"revision" : "fa988eeef7e3e9144df8bc8225c6fe1b07075bf8",
"version" : "2.0.4"
"revision" : "829ad3044742d23495bd9577bca5660f918b2173",
"version" : "2.0.6"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/Lakr233/ColorVector.git", from: "1.0.3"),
.package(url: "https://github.com/Lakr233/SpringInterpolation.git", from: "1.2.2"),
.package(url: "https://github.com/Lakr233/MSDisplayLink.git", from: "2.0.5"),
.package(url: "https://github.com/Lakr233/MSDisplayLink.git", from: "2.0.6"),
],
targets: [
.target(
Expand Down

0 comments on commit b82ca43

Please sign in to comment.