Skip to content

Commit 2b29890

Browse files
committed
depend on public swift-mongodb tag
1 parent 67cee1b commit 2b29890

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Package.resolved

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ let package:Package = .init(
9898

9999
.package(url: "https://github.com/tayloraswift/swift-hash", .upToNextMinor(
100100
from: "0.5.0")),
101-
//.package(url: "https://github.com/tayloraswift/swift-mongodb", .upToNextMinor(
102-
// from: "0.11.0")),
103-
.package(path: "../swift-mongodb"),
101+
.package(url: "https://github.com/tayloraswift/swift-mongodb", .upToNextMinor(
102+
from: "0.12.0")),
103+
//.package(path: "../swift-mongodb"),
104104

105105
.package(url: "https://github.com/tayloraswift/swift-png", .upToNextMinor(
106106
from: "4.2.0")),

0 commit comments

Comments
 (0)