Skip to content

Commit f202b65

Browse files
committed
stabilize swift-mongodb dependency
1 parent 7c6e278 commit f202b65

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Package.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,8 @@ let package:Package = .init(
9696

9797
.package(url: "https://github.com/tayloraswift/swift-hash", .upToNextMinor(
9898
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"),
99+
.package(url: "https://github.com/tayloraswift/swift-mongodb", .upToNextMinor(
100+
from: "0.10.0")),
103101

104102
.package(url: "https://github.com/apple/swift-atomics", .upToNextMinor(
105103
from: "1.2.0")),

0 commit comments

Comments
 (0)