Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
dep range update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Feb 15, 2018
1 parent c8510f9 commit 2164339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ let package = Package(
],
dependencies: [
// Swift Promises, Futures, and Streams.
.package(url: "https://github.com/vapor/async.git", .exact("1.0.0-beta.1")),
.package(url: "https://github.com/vapor/async.git", "1.0.0-beta.1"..<"1.0.0-beta.2"),

// Core extensions, type-aliases, and functions that facilitate common tasks.
.package(url: "https://github.com/vapor/core.git", .exact("3.0.0-beta.1")),
.package(url: "https://github.com/vapor/core.git", "3.0.0-beta.1"..<"3.0.0-beta.2"),
],
targets: [
.target(name: "Crypto", dependencies: ["Async", "Bits", "COperatingSystem", "Debugging"]),
Expand Down

0 comments on commit 2164339

Please # to comment.