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 d1485a6 commit 87729f9Copy full SHA for 87729f9
Package.swift
@@ -20,7 +20,7 @@ let package = Package(
20
dependencies: [
21
// Dependencies declare other packages that this package depends on.
22
// .package(url: /* package url */, from: "1.0.0"),
23
- .package(url: "https://github.com/madmachineio/SwiftIO.git", .branch("main"))
+ .package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMajor(from: "0.0.1"))
24
],
25
targets: [
26
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments