Skip to content

Commit

Permalink
Fix deprecation warning (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Sep 25, 2024
1 parent 7ada838 commit ee52bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package@swift-6.0.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let package = Package(
]
),
],
swiftLanguageVersions: [.v6]
swiftLanguageModes: [.v6]
)

#if !os(Windows)
Expand Down

0 comments on commit ee52bed

Please sign in to comment.