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 b0d0613 commit 21ab70eCopy full SHA for 21ab70e
Package.swift
@@ -16,9 +16,9 @@ let package = Package(
16
targets: ["TransmissionData"]),
17
],
18
dependencies: [
19
- .package(url: "https://github.com/OperatorFoundation/Straw", from: "1.0.1"),
+ .package(url: "https://github.com/OperatorFoundation/Straw", from: "1.0.6"),
20
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools", from: "1.2.6"),
21
- .package(url: "https://github.com/OperatorFoundation/Transmission", from: "1.2.11"),
+ .package(url: "https://github.com/OperatorFoundation/Transmission", from: "1.2.13"),
22
23
targets: [
24
// Targets are the basic building blocks of a package, defining a module or a test suite.
0 commit comments