Skip to content

Commit

Permalink
bump disposable for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-zethraeus committed Feb 27, 2023
1 parent 295bf88 commit 868ef5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/GoodHatsLLC/Disposable.git",
"state" : {
"revision" : "ca65c7804f5e4754f86b2ba367de901e7f6629af",
"version" : "0.6.0"
"revision" : "bc36c179b694a2f319d1abd487dcf016e4317bf4",
"version" : "0.6.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/GoodHatsLLC/Disposable.git", from: .init(0, 6, 0)),
.package(url: "https://github.com/GoodHatsLLC/Disposable.git", from: .init(0, 6, 1)),
],
targets: [
.target(
Expand Down

0 comments on commit 868ef5d

Please sign in to comment.