Skip to content

Commit

Permalink
Lock the SwiftProtobuf dependency to 1.0.3, up to next minor (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao authored and MrMage committed Aug 16, 2018
1 parent 89d0aa2 commit 78ac010
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// swift-tools-version:4.0

/*
* Copyright 2017, gRPC Authors All rights reserved.
*
Expand All @@ -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")
]
Expand Down

0 comments on commit 78ac010

Please sign in to comment.