Skip to content

Commit

Permalink
Merge pull request #276 from Christopher-Thiebaut/master/6.0
Browse files Browse the repository at this point in the history
Require version 7.0.28 of BSON to avoid Swift 5.5 build errors
  • Loading branch information
Joannis authored Feb 9, 2022
2 parents 25186c3 + 3357974 commit cb99975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-metrics.git", "1.0.0" ..< "3.0.0"),

// 💾
.package(url: "https://github.com/OpenKitten/BSON.git", from: "7.0.0"),
.package(url: "https://github.com/OpenKitten/BSON.git", from: "7.0.28"),

// 🚀
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
Expand Down

0 comments on commit cb99975

Please sign in to comment.