Skip to content

Commit

Permalink
Separated BTree
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannis committed Mar 15, 2017
1 parent 04bbcf6 commit c5badb1
Show file tree
Hide file tree
Showing 21 changed files with 13 additions and 7,447 deletions.
Binary file not shown.
8 changes: 7 additions & 1 deletion Package.pins
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"autoPin": true,
"pins": [
{
"package": "BTree",
"reason": null,
"repositoryURL": "https://github.com/lorentey/BTree.git",
"version": "4.0.2"
},
{
"package": "KittenCore",
"reason": null,
"repositoryURL": "https://github.com/OpenKitten/KittenCore.git",
"version": "0.2.0"
"version": "0.2.2"
}
],
"version": 1
Expand Down
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import PackageDescription
let package = Package(
name: "BSON",
dependencies: [
.Package(url: "https://github.com/OpenKitten/KittenCore.git", majorVersion: 0, minor: 2)
.Package(url: "https://github.com/OpenKitten/KittenCore.git", majorVersion: 0, minor: 2),
.Package(url: "https://github.com/lorentey/BTree.git", majorVersion: 4)
]
)
Loading

0 comments on commit c5badb1

Please sign in to comment.