Преглед на файлове

Fix broken symlinks (#1988)

Motivation:

Reshuffling the example code in f77ea808 broke some symlinks which
fuzzing relied on.

Modifications:

- Fix broken symlinks
- Bump tools version

Result:

Fuzzing builds
George Barnett преди 1 година
родител
ревизия
c00c957e2a
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      FuzzTesting/Package.swift
  2. 1 1
      FuzzTesting/Sources/EchoImplementation
  3. 1 1
      FuzzTesting/Sources/EchoModel

+ 1 - 1
FuzzTesting/Package.swift

@@ -1,4 +1,4 @@
-// swift-tools-version:5.7
+// swift-tools-version:5.8
 /*
  * Copyright 2021, gRPC Authors All rights reserved.
  *

+ 1 - 1
FuzzTesting/Sources/EchoImplementation

@@ -1 +1 @@
-../../Sources/Examples/Echo/Implementation
+../../Sources/Examples/v1/Echo/Implementation

+ 1 - 1
FuzzTesting/Sources/EchoModel

@@ -1 +1 @@
-../../Sources/Examples/Echo/Model
+../../Sources/Examples/v1/Echo/Model