Skip to content

Commit 04af5ce

Browse files
committed
Depend on swift-bson tag
1 parent 0fd0cbc commit 04af5ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
dependencies: [
1313
.package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "8.0.0")),
1414
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.15.0")),
15-
.package(url: "https://github.com/mongodb/swift-bson", .branch("main"))
15+
.package(url: "https://github.com/mongodb/swift-bson", .upToNextMajor(from: "3.0.0"))
1616
],
1717
targets: [
1818
.target(name: "MongoSwift", dependencies: ["CLibMongoC", "NIO", "NIOConcurrencyHelpers", "SwiftBSON",]),

0 commit comments

Comments
 (0)