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