Skip to content

Commit b2e5d4b

Browse files
authored
Update Package.swift
1 parent d24afc1 commit b2e5d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let package = Package(
2626
.package(url: "https://github.com/VergeGroup/TypedIdentifier", from: "2.0.2"),
2727
.package(url: "https://github.com/VergeGroup/TypedComparator", from: "1.0.0"),
2828
.package(url: "https://github.com/VergeGroup/Normalization", from: "1.1.0"),
29-
.package(url: "https://github.com/VergeGroup/swift-macro-state-struct", branch: "main"),
29+
.package(url: "https://github.com/VergeGroup/swift-macro-state-struct", from: "1.0.0"),
3030

3131
/// for testing
3232
.package(url: "https://github.com/nalexn/ViewInspector.git", from: "0.10.0"),

0 commit comments

Comments
 (0)