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 04616a3 commit 3967f4aCopy full SHA for 3967f4a
Package.swift
@@ -95,10 +95,8 @@ let package:Package = .init(
95
96
.package(url: "https://github.com/tayloraswift/swift-hash", .upToNextMinor(
97
from: "0.5.0")),
98
- // .package(url: "https://github.com/tayloraswift/swift-mongodb", .upToNextMinor(
99
- // from: "0.9.0")),
100
- .package(url: "https://github.com/tayloraswift/swift-mongodb",
101
- branch: "0.9.1"),
+ .package(url: "https://github.com/tayloraswift/swift-mongodb", .upToNextMinor(
+ from: "0.9.1")),
102
103
.package(url: "https://github.com/apple/swift-atomics", .upToNextMinor(
104
from: "1.2.0")),
0 commit comments