Skip to content

Commit

Permalink
beta.2 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 authored Dec 9, 2019
1 parent 6732d1d commit d0a8385
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 30 deletions.
11 changes: 7 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
// swift-tools-version:5.0
// swift-tools-version:5.1
import PackageDescription

let package = Package(
name: "mysql-kit",
platforms: [
.macOS(.v10_14)
],
products: [
.library(name: "MySQLKit", targets: ["MySQLKit"]),
],
dependencies: [
.package(url: "https://github.com/vapor/mysql-nio.git", .branch("master")),
.package(url: "https://github.com/vapor/sql-kit.git", .branch("master")),
.package(url: "https://github.com/vapor/async-kit.git", .branch("master")),
.package(url: "https://github.com/vapor/mysql-nio.git", from: "1.0.0-beta.2"),
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.0.0-beta.2"),
.package(url: "https://github.com/vapor/async-kit.git", from: "1.0.0-beta.2"),

],
targets: [
Expand Down
8 changes: 0 additions & 8 deletions Tests/LinuxMain.swift

This file was deleted.

18 changes: 0 additions & 18 deletions Tests/MySQLKitTests/XCTestManifests.swift

This file was deleted.

0 comments on commit d0a8385

Please sign in to comment.