We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed56b7d commit dfa4aebCopy full SHA for dfa4aeb
Package.swift
@@ -11,7 +11,7 @@ let package = Package(
11
dependencies: [
12
// SWCOMP: Uncomment the line below to build swcomp example program.
13
// .package(url: "https://github.com/jakeheis/SwiftCLI",
14
- // from: "4.2.0"),
+ // from: "5.0.0"),
15
.package(url: "https://github.com/tsolomko/BitByteData",
16
from: "1.2.0-test"),
17
],
0 commit comments