Browse Source

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

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
424a4d8bd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

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