Explorar el Código

Bump dependency version (#39)

George Barnett hace 1 año
padre
commit
ae3f3f5cd0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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-beta.1"
   ),
   .package(
     url: "https://github.com/apple/swift-nio.git",