Switch to the "develop" branch of BBD

This commit is contained in:
Timofey Solomko
2019-05-01 19:33:19 +03:00
parent db82490ed8
commit 9753e7e48c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
github "tsolomko/BitByteData" ~> 1.4
github "tsolomko/BitByteData" "develop"
+1 -1
View File
@@ -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.