Skip to content

Commit

Permalink
Fix feature name
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Mar 11, 2024
1 parent d14a8ce commit 921c20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let swiftSettings: Array<SwiftSetting> = [
.enableUpcomingFeature("ExistentialAny"),
.enableUpcomingFeature("BareSlashRegexLiterals"),
.enableUpcomingFeature("DisableOutwardActorInference"),
.enableExperimentalFeature("GlobalConcurrency"),
.enableExperimentalFeature("StrictConcurrency"),
// .enableExperimentalFeature("AccessLevelOnImport"),
// .enableExperimentalFeature("VariadicGenerics"),
]
Expand Down

0 comments on commit 921c20d

Please sign in to comment.