Browse Source

Set grpc-swift version to 2.0.0-alpha.1 (#8)

Motivation:

We just tagged grpc-swift 2.0.0-alpha.1, we should use it.

Modifications:

Update version requirement.

Result:

Better version management.
George Barnett 1 year ago
parent
commit
0d1c61a501
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

@@ -35,7 +35,7 @@ let products: [Product] = [
 let dependencies: [Package.Dependency] = [
   .package(
     url: "https://github.com/grpc/grpc-swift.git",
-    branch: "main"
+    exact: "2.0.0-alpha.1"
   ),
   .package(
     url: "https://github.com/apple/swift-nio.git",