瀏覽代碼

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