add extra test for binary

This commit is contained in:
Yeo Kheng Meng
2020-01-26 17:17:59 +08:00
parent 46a834e147
commit 91a7ea35b6
5 changed files with 86 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "SwiftSerialExample",
dependencies: [
.package(url: "https://github.com/yeokm1/SwiftSerial.git", from: "0.1.1")
.package(url: "https://github.com/yeokm1/SwiftSerial.git", from: "0.1.2")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.