Skip to content

Commit c5badb1

Browse files
committed
Separated BTree
1 parent 04bbcf6 commit c5badb1

21 files changed

+13
-7447
lines changed

Package.pins

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"autoPin": true,
33
"pins": [
4+
{
5+
"package": "BTree",
6+
"reason": null,
7+
"repositoryURL": "https://github.com/lorentey/BTree.git",
8+
"version": "4.0.2"
9+
},
410
{
511
"package": "KittenCore",
612
"reason": null,
713
"repositoryURL": "https://github.com/OpenKitten/KittenCore.git",
8-
"version": "0.2.0"
14+
"version": "0.2.2"
915
}
1016
],
1117
"version": 1

Package.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import PackageDescription
77
let package = Package(
88
name: "BSON",
99
dependencies: [
10-
.Package(url: "https://github.com/OpenKitten/KittenCore.git", majorVersion: 0, minor: 2)
10+
.Package(url: "https://github.com/OpenKitten/KittenCore.git", majorVersion: 0, minor: 2),
11+
.Package(url: "https://github.com/lorentey/BTree.git", majorVersion: 4)
1112
]
1213
)

0 commit comments

Comments
 (0)