Skip to content

Commit 7ec3c57

Browse files
committed
ConcurrentDictionary dependency version bumped
1 parent 2c56d01 commit 7ec3c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
dependencies: [
1414
.package(
1515
url: "https://github.com/horothesun/ConcurrentDictionary",
16-
.upToNextMinor(from: "0.1.0")
16+
.upToNextMinor(from: "0.1.1")
1717
)
1818
],
1919
targets: [

0 commit comments

Comments
 (0)