Kaynağa Gözat

Update dependency requirements (#67)

George Barnett 11 ay önce
ebeveyn
işleme
b549df57e1

+ 2 - 2
IntegrationTests/grpc-interop-tests/Package.swift

@@ -24,11 +24,11 @@ let package = Package(
     .package(path: "../.."),
     .package(
       url: "https://github.com/grpc/grpc-swift-protobuf",
-      exact: "1.0.0-rc.1"
+      from: "1.0.0"
     ),
     .package(
       url: "https://github.com/grpc/grpc-swift-extras",
-      exact: "1.0.0-rc.1"
+      from: "1.0.0"
     ),
     .package(
       url: "https://github.com/apple/swift-argument-parser",

+ 1 - 1
IntegrationTests/grpc-performance-tests/Package.swift

@@ -24,7 +24,7 @@ let package = Package(
     .package(path: "../.."),
     .package(
       url: "https://github.com/grpc/grpc-swift-protobuf",
-      exact: "1.0.0-rc.1"
+      from: "1.0.0"
     ),
     .package(
       url: "https://github.com/apple/swift-argument-parser",

+ 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-nio.git",