Skip to content

Commit 1e20647

Browse files
committed
bugfix from swift-mongodb
1 parent 9311a0d commit 1e20647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ let package:Package = .init(
9898
.package(url: "https://github.com/tayloraswift/swift-hash", .upToNextMinor(
9999
from: "0.5.0")),
100100
.package(url: "https://github.com/tayloraswift/swift-mongodb", .upToNextMinor(
101-
from: "0.10.0")),
101+
from: "0.10.1")),
102102

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

0 commit comments

Comments
 (0)