Browse Source

Lock the SwiftProtobuf dependency to 1.0.3, up to next minor (#289)

Andžej Maciusovič 7 years ago
parent
commit
78ac010557
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Package.swift

+ 1 - 2
Package.swift

@@ -1,5 +1,4 @@
 // swift-tools-version:4.0
-
 /*
  * Copyright 2017, gRPC Authors All rights reserved.
  *
@@ -18,7 +17,7 @@
 import PackageDescription
 
 var packageDependencies: [Package.Dependency] = [
-  .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.0.2"),
+  .package(url: "https://github.com/apple/swift-protobuf.git", .upToNextMinor(from: "1.0.3")),
   .package(url: "https://github.com/kylef/Commander.git", from: "0.8.0"),
   .package(url: "https://github.com/apple/swift-nio-zlib-support.git", from: "1.0.0")
 ]