Parcourir la source

Depend on beta 3 tag (#30)

Gus Cairo il y a 10 mois
Parent
commit
390183ccaa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

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