Parcourir la source

Relax dependency requirements (#43)

George Barnett il y a 10 mois
Parent
commit
bdbc8320f1
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      IntegrationTests/PluginTests/Resources/Package.swift
  2. 1 1
      Package.swift

+ 1 - 1
IntegrationTests/PluginTests/Resources/Package.swift

@@ -31,7 +31,7 @@ let package = Package(
 
     .package(
       url: "https://github.com/grpc/grpc-swift.git",
-      exact: "2.0.0-rc.1"
+      from: "2.0.0"
     )
   ],
   targets: [

+ 1 - 1
Package.swift

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