We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24afc1 commit b2e5d4bCopy full SHA for b2e5d4b
Package.swift
@@ -26,7 +26,7 @@ let package = Package(
26
.package(url: "https://github.com/VergeGroup/TypedIdentifier", from: "2.0.2"),
27
.package(url: "https://github.com/VergeGroup/TypedComparator", from: "1.0.0"),
28
.package(url: "https://github.com/VergeGroup/Normalization", from: "1.1.0"),
29
- .package(url: "https://github.com/VergeGroup/swift-macro-state-struct", branch: "main"),
+ .package(url: "https://github.com/VergeGroup/swift-macro-state-struct", from: "1.0.0"),
30
31
/// for testing
32
.package(url: "https://github.com/nalexn/ViewInspector.git", from: "0.10.0"),
0 commit comments