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 4f1001c commit ddd5493Copy full SHA for ddd5493
Package.swift
@@ -24,7 +24,7 @@ var package = Package(
24
dependencies: [
25
.package(
26
url: "https://github.com/PureSwift/Bluetooth.git",
27
- .branch("master")
+ .upToNextMajor(from: "6.0.0")
28
),
29
30
url: "https://github.com/PureSwift/Socket.git",
0 commit comments