Skip to content

Commit

Permalink
Bump Perception availability (#3025)
Browse files Browse the repository at this point in the history
* Bump Perception availability

An upstream fix to Perception needs to be applied here.

* Update ObservationStateRegistrar.swift
  • Loading branch information
stephencelis committed Apr 29, 2024
1 parent 8191e36 commit aec373a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-perception",
"state" : {
"revision" : "a5bb578d963fcdbffe4fd56c92b2e222f5b02c8a",
"version" : "1.1.2"
"revision" : "03d51ee56a5fa27daccbc9539cebe336e0b45bc0",
"version" : "1.1.6"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.1.0"),
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"),
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"),
.package(url: "https://github.com/pointfreeco/swift-perception", from: "1.1.1"),
.package(url: "https://github.com/pointfreeco/swift-perception", from: "1.1.6"),
.package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "1.1.0"),
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.1.0"),
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

#if canImport(Observation)
@available(iOS 17, macOS 14, tvOS 17, watchOS 10, *)
@available(iOS 17.0.1, macOS 14, tvOS 17.0.1, watchOS 10.0.1, *)
extension ObservationStateRegistrar {
/// Registers access to a specific property for observation.
///
Expand Down

0 comments on commit aec373a

Please sign in to comment.