Skip to content

Commit 3967f4a

Browse files
committed
fix swift-mongodb branch dependency
1 parent 04616a3 commit 3967f4a

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
@@ -95,10 +95,8 @@ let package:Package = .init(
9595

9696
.package(url: "https://github.com/tayloraswift/swift-hash", .upToNextMinor(
9797
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"),
98+
.package(url: "https://github.com/tayloraswift/swift-mongodb", .upToNextMinor(
99+
from: "0.9.1")),
102100

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

0 commit comments

Comments
 (0)