We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdce213 commit ad99beeCopy full SHA for ad99bee
Package.swift
@@ -39,7 +39,7 @@ let package = Package(
39
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.3"),
40
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.7.0"),
41
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.3.0"),
42
- .package(url: "https://github.com/mw99/DataCompression", from: "3.8.0"),
+ .package(url: "https://github.com/mw99/DataCompression", from: "3.9.0"),
43
],
44
targets: [
45
.target(
0 commit comments