From 9753e7e48c170ebea6e3644e7f11e4df104eea32 Mon Sep 17 00:00:00 2001 From: Timofey Solomko Date: Wed, 1 May 2019 19:33:19 +0300 Subject: [PATCH] Switch to the "develop" branch of BBD --- Cartfile | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index 4025b2c3..da1117b1 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "tsolomko/BitByteData" ~> 1.4 +github "tsolomko/BitByteData" "develop" diff --git a/Package.swift b/Package.swift index 6b4303b5..445ff43d 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( // .package(url: "https://github.com/jakeheis/SwiftCLI", // from: "5.2.0"), .package(url: "https://github.com/tsolomko/BitByteData", - from: "1.4.0"), + .branch("develop")), ], targets: [ // SWCOMP: Uncomment the lines below to build swcomp example program.