Skip to content

Commit

Permalink
async alpha 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Nov 23, 2017
1 parent cb47067 commit aac4ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ let package = Package(
],
dependencies: [
// Swift Promises, Futures, and Streams.
.package(url: "https://github.com/vapor/async", .branch("master")),
.package(url: "https://github.com/vapor/async", .exact("1.0.0-alpha.3")),
],
targets: [
// Bits
Expand Down

0 comments on commit aac4ce3

Please sign in to comment.