Skip to content

Commit f53628f

Browse files
committed
Update min version of grpc-swift to fix static Linux SDK build
1 parent 63982ca commit f53628f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let products: [Product] = [
3939
let dependencies: [Package.Dependency] = [
4040
.package(
4141
url: "https://github.com/grpc/grpc-swift.git",
42-
from: "2.1.0"
42+
from: "2.1.1"
4343
),
4444
.package(
4545
url: "https://github.com/apple/swift-protobuf.git",

0 commit comments

Comments
 (0)