Skip to content

Commit

Permalink
Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Mar 22, 2024
1 parent 13ed48a commit 41e05d2
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 @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/FluidGroup/PrecisionLevelSlider",
"state" : {
"revision" : "cd02d02e8add9886586d12450caba952fcdde910",
"version" : "2.0.0"
"revision" : "3e460c1cea5ec916f7185948bc0a4e093e20f7a5",
"version" : "2.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/VergeGroup/Verge.git", from: "12.0.0-beta.2"),
.package(url: "https://github.com/FluidGroup/TransitionPatch.git", from: "1.0.3"),
.package(url: "https://github.com/FluidGroup/PrecisionLevelSlider", from: "2.0.0"),
.package(url: "https://github.com/FluidGroup/PrecisionLevelSlider", from: "2.1.0"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Sources/BrightroomEngine/Core/EditingStack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ open class EditingStack: Hashable, StoreComponentType {
private let filterPresets: [FilterPreset]

private var subscriptions = Set<AnyCancellable>()
private var imageProviderSubscription: StoreSubscription?
private var imageProviderSubscription: (any Cancellable)?

public var cropModifier: CropModifier

Expand Down

0 comments on commit 41e05d2

Please sign in to comment.