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 288d8b0 commit df51f17Copy full SHA for df51f17
Package.swift
@@ -20,7 +20,7 @@ let package = Package(
20
targets: ["Algorithms"]),
21
],
22
dependencies: [
23
- .package(url: "https://github.com/apple/swift-numerics", from: "1.0.0"),
+ .package(url: "https://github.com/apple/swift-numerics.git", from: "1.0.0"),
24
25
targets: [
26
.target(
0 commit comments