Skip to content

Commit

Permalink
Fix broken symlinks (grpc#1988)
Browse files Browse the repository at this point in the history
Motivation:

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

Modifications:

- Fix broken symlinks
- Bump tools version

Result:

Fuzzing builds
  • Loading branch information
glbrntt authored and clintonpi committed Jul 29, 2024
1 parent b08fdde commit 56fa69e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FuzzTesting/Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.8
/*
* Copyright 2021, gRPC Authors All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion FuzzTesting/Sources/EchoImplementation
2 changes: 1 addition & 1 deletion FuzzTesting/Sources/EchoModel

0 comments on commit 56fa69e

Please sign in to comment.