Skip to content

Commit cefa44e

Browse files
Fuzzing: Relax toolchain version requirement
oss-fuzz is still using Swift 5.8 in its base image and we don't have any particular reason to require a newer version. https://github.com/google/oss-fuzz/blob/c23f6061b15ee8022991d6bd1f3f3ab70d003b20/infra/base-images/base-builder/install_swift.sh
1 parent 523d4ce commit cefa44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FuzzTesting/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.10
1+
// swift-tools-version: 5.8
22

33
import PackageDescription
44

0 commit comments

Comments
 (0)