Skip to content

Commit

Permalink
Support swift 5 language mode (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Oct 16, 2024
1 parent db7eea7 commit 7347e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ let package = Package(
dependencies: ["SwiftUIHosting"]
),
],
swiftLanguageModes: [.v6]
swiftLanguageModes: [.v5, .v6]
)

0 comments on commit 7347e26

Please sign in to comment.