We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3843d4 commit d18d979Copy full SHA for d18d979
README.md
@@ -39,7 +39,7 @@ import PackageDescription
39
let package = Package(
40
name: "MyPackage",
41
dependencies: [
42
- .package(url: "https://github.com/mongodb/swift-bson", .upToNextMajor(from: "3.0.2"))
+ .package(url: "https://github.com/mongodb/swift-bson", .upToNextMajor(from: "3.1.0"))
43
],
44
targets: [
45
.target(name: "MyTarget", dependencies: ["SwiftBSON"])
0 commit comments